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

33 lines
464 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,
2024-04-21 00:21:57 +00:00
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,
2025-01-20 08:55:58 +00:00
Chat = 17,
Keyword_843 = 18,
2024-04-21 00:21:57 +00:00
};
}