forked from Raphael/SCHALE.GameServer
25 lines
352 B
C#
25 lines
352 B
C#
// <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,
|
|
};
|
|
|
|
|
|
}
|