// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum MissionToastDisplayConditionType : int { Always = 0, Complete = 1, Never = 2, }; }