[][src]Module weasel::rules::empty

This module contains implementations for components that do nothing. Such rules are useful if you don't need to implement any logic for a particular module.

Structs

EmptyActorRules

Minimalistic implementation of actor rules, doing no-op for everything.

EmptyCharacterRules

Minimalistic implementation of character rules, doing no-op for everything.

EmptyFightRules

Minimalistic implementation of fight rules, doing no-op for everything.

EmptyRoundsRules

Minimalistic implementation of rounds rules, doing no-op for everything.

EmptySpaceRules

Minimalistic implementation of space rules, doing no-op for everything.

EmptyStat

An empty statistic.

EmptyTeamRules

Minimalistic implementation of team rules, doing no-op for everything.

EmptyUserRules

Minimalistic implementation of user rules, doing no-op for everything.

Type Definitions

EmptyAbility

An empty ability that does not contain any data.

EmptyEntropyRules

Entropy rules that do not have randomness. They just return the average value.