SCHALE.GameServer/SCHALE.Common/FlatData/EchelonExtensionType.cs

16 lines
226 B
C#

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