[][src]Type Definition weasel::battle::Version

type Version<R> = <R as BattleRules>::Version;

Type to represent the version of this battle rules. It is used to verify each event. You can use () to disable versioning.