This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
SCHALE.GameServer/SCHALE.Common/FlatData/EmblemCategory.cs

26 lines
382 B
C#
Raw 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,
2024-04-21 00:21:57 +00:00
Default = 1,
Mission = 2,
GroupStory = 3,
Event = 4,
MainStory = 5,
Favor = 6,
Boss = 7,
Etc = 8,
Etc_Anniversary = 9,
MultiFloorRaid = 10,
Potential = 11,
};
}