SCHALE.GameServer/SCHALE.Common/FlatData/DreamMakerVoiceCondition.cs

19 lines
274 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 DreamMakerVoiceCondition : int
{
None = 0,
Fail = 1,
Success = 2,
Perfect = 3,
DailyResult = 4,
};
}