23 lines
460 B
C#
23 lines
460 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum EventCollectionUnlockType : int
|
|
{
|
|
None = 0,
|
|
ClearSpecificEventStage = 1,
|
|
ClearSpecificEventScenario = 2,
|
|
ClearSpecificEventMission = 3,
|
|
PurchaseSpecificItemCount = 4,
|
|
SpecificEventLocationRank = 5,
|
|
DiceRaceConsumeDiceCount = 6,
|
|
MinigameTBGThemaClear = 7,
|
|
MinigameEnter = 8,
|
|
};
|
|
|
|
|
|
}
|