Ability

Type Alias Ability 

Source
pub type Ability<R> = <<R as BattleRules>::AR as ActorRules<R>>::Ability;
Expand description

Type to represent an ability.

Abilities are actions that actors can undertake in order to modify an aspect of themselves or of the world. Typical abilities are movements and attacks.