SCHALE.GameServer/SCHALE.Common/FlatData/TimeAttackDungeonType.cs

19 lines
274 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 TimeAttackDungeonType : int
{
None = 0,
Defense = 1,
Shooting = 2,
Destruction = 3,
Escort = 4,
};
}