Enum HitCountComparisonType
Specifies the type of comparison to perform when evaluating an ability's hit count.
public enum HitCountComparisonType
Fields
The hit count must be equal to the comparison value.
The hit count must be greater than the comparison value.
The hit count must be greater than or equal to the comparison value.
The hit count must be less than the comparison value.
The hit count must be less than or equal to the comparison value.
The hit count must not be equal to the comparison value.