[][src]Trait weasel::user::UserRules

pub trait UserRules<R: BattleRules> {
    type UserMetricId: Eq + Hash + Clone + Debug + Send;
    type UserEventPackage: UserEventPacker<R>;
}

Rules to extend some aspects of the battle with user defined behavior.

Associated Types

Loading content...

Implementors

impl<R: BattleRules> UserRules<R> for EmptyUserRules[src]

Loading content...