SCHALE.GameServer/SCHALE.Common/FlatData/PurchaseServerTag.cs

25 lines
352 B
C#
Raw Permalink 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 PurchaseServerTag : int
{
Audit = 0,
PreAudit = 1,
Production = 2,
Hotfix = 3,
Standby2 = 4,
Standby1 = 5,
Major = 6,
Minor = 7,
Temp = 8,
Test = 9,
TestIn = 10,
};
}