SCHALE.GameServer/SCHALE.Common/FlatData/FieldDialogType.cs

31 lines
431 B
C#
Raw Normal View History

2024-04-21 00:21:57 +00:00
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum FieldDialogType : int
{
None = 0,
Talk = 1,
Think = 2,
Exclaim = 3,
Question = 4,
Upset = 5,
Surprise = 6,
Bulb = 7,
Heart = 8,
Sweat = 9,
Angry = 10,
Music = 11,
Dot = 12,
Momotalk = 13,
Phone = 14,
Keyword = 15,
Evidence = 16,
};
}