SCHALE.GameServer/SCHALE.Common/FlatData/DreamMakerEndingType.cs

17 lines
238 B
C#
Raw Permalink 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 DreamMakerEndingType : int
{
None = 0,
Normal = 1,
Special = 2,
};
}