// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum SkillPriorityCheckCondition : int { None = 0, HPRateUnder = 1, DebuffCountOver = 2, BuffCountOver = 3, CrowdControlOver = 4, }; }