mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 02:44:56 +08:00
9 lines
212 B
C#
9 lines
212 B
C#
namespace RomajiConverter.Core.Options
|
|
{
|
|
public class ToRomajiOptions
|
|
{
|
|
public float ChineseRate { get; set; } = 1f;
|
|
|
|
public bool IsParticleAsPronunciation { get; set; } = true;
|
|
}
|
|
} |