SCHALE.GameServer/SCHALE.Common/FlatData/CollectionUnlockType.cs

25 lines
520 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
{
2024-11-08 10:52:05 +00:00
public enum CollectionUnlockType : int
2024-04-21 00:21:57 +00:00
{
None = 0,
ClearSpecificEventStage = 1,
ClearSpecificEventScenario = 2,
ClearSpecificEventMission = 3,
PurchaseSpecificItemCount = 4,
SpecificEventLocationRank = 5,
DiceRaceConsumeDiceCount = 6,
MinigameTBGThemaClear = 7,
MinigameEnter = 8,
2024-04-29 15:52:45 +00:00
MinigameDreamMakerParameter = 9,
2024-11-08 10:52:05 +00:00
ClearSpecificScenario = 10,
2024-04-21 00:21:57 +00:00
};
}