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