SCHALE.GameServer/SCHALE.Common/FlatData/CafeCharacterState.cs

20 lines
277 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 CafeCharacterState : int
{
None = 0,
Idle = 1,
Walk = 2,
Reaction = 3,
Interaction = 4,
Max = 5,
};
}