GameAbilityClassification
The classifications of the ability
enum GameAbilityClassification {
PASSIVE
ULTIMATE
}
Values
GameAbilityClassification.PASSIVE
Passive abilities apply their effects either permanently, or activate by themselves
GameAbilityClassification.ULTIMATE
Ultimates are high-impact abilities, define hero's play style, can be developed starting from certain levels
Member Of
GameAbility
object