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