35 lines
584 B
C#
35 lines
584 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum ContentLockType : int
|
|
{
|
|
None_ = 0,
|
|
NotUseControlledByOtherSetting = 1,
|
|
Academy = 2,
|
|
MultiFloorRaid = 3,
|
|
EventContent = 4,
|
|
EventNotice = 5,
|
|
GuideMission = 6,
|
|
Campaign = 7,
|
|
Story = 8,
|
|
WeekDungeon_Chase = 9,
|
|
WeekDungeon = 10,
|
|
SchoolDungeon = 11,
|
|
Raid = 12,
|
|
EliminateRaid = 13,
|
|
TimeAttackDungeon = 14,
|
|
Arena = 15,
|
|
Cafe = 16,
|
|
GemShop = 17,
|
|
Gacha = 18,
|
|
Craft = 19,
|
|
MomoTalk = 20,
|
|
};
|
|
|
|
|
|
}
|