SCHALE.GameServer/SCHALE.Common/FlatData/GachaGroupType.cs

18 lines
264 B
C#

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