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.
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
|
|
|
|
{
|
2024-12-30 22:20:43 +00:00
|
|
|
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,
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|