SCHALE.GameServer/SCHALE.Common/FlatData/EmblemCategory.cs

26 lines
381 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 EmblemCategory : int
{
None = 0,
Default = 1,
Mission = 2,
GroupStory = 3,
Event = 4,
MainStory = 5,
Favor = 6,
Boss = 7,
Etc = 8,
Etc_Anniversary = 9,
MultiFloorRaid = 10,
Potential = 11,
};
}