SCHALE.GameServer/SCHALE.Common/FlatData/ObstacleDestroyType.cs

16 lines
224 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum ObstacleDestroyType : int
{
Remain = 0,
Remove = 1,
};
}