SCHALE.GameServer/SCHALE.Common/FlatData/DreamMakerEndingCondition.cs

21 lines
310 B
C#
Raw Normal View History

2024-04-29 15:52:45 +00:00
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum DreamMakerEndingCondition : int
{
None = 0,
Param01 = 1,
Param02 = 2,
Param03 = 3,
Param04 = 4,
Round = 5,
CollectionCount = 6,
};
}