FiE-Game/Assets/Scripts/Fie/Voice/Phoneme.cs

16 lines
125 B
C#

namespace Fie.Voice
{
public enum Phoneme
{
AI,
E,
U,
O,
CDGKNRSThYZ,
FV,
L,
MBP,
WQ,
PHONEME_MAX
}
}