registerAbilityType

open fun <T : Ability> registerAbilityType(name: String, abilityCreator: (Player) -> T): AbilityType<T>

Deprecated

All registration functions have been moved to the Addon class.