SCHALE.GameServer/SCHALE.Common/FlatData/MissionResetType.cs

18 lines
245 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum MissionResetType : int
{
None = 0,
Daily = 1,
Weekly = 2,
Limit = 3,
};
}