// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum RaidStatus : int { None = 0, Playing = 1, Clear = 2, Close = 3, }; }