SCHALE.GameServer/SCHALE.Common/FlatData/StarGoalType.cs

19 lines
268 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum StarGoalType : int
{
None = 0,
AllAlive = 1,
Clear = 2,
GetBoxes = 3,
ClearTimeInSec = 4,
};
}