SCHALE.GameServer/SCHALE.Common/FlatData/ContentLockType.cs

35 lines
583 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 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,
};
}