[][src]Type Definition weasel::team::Objectives

type Objectives<R> = <<R as BattleRules>::TR as TeamRules<R>>::Objectives;

Type to store all information about the objectives of a team.

The objectives can be checked during the battle to know whether or not a team is victorious.