SCHALE.GameServer/SCHALE.Common/FlatData/ScenarioModeSubTypes.cs

17 lines
232 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum ScenarioModeSubTypes : int
{
None = 0,
Club = 1,
TSS = 2,
};
}