macro_rules! battle_rules_with_fight {
($ty: ty) => { ... };
}Expand description
Empty battle rules with user defined FightRules.
macro_rules! battle_rules_with_fight {
($ty: ty) => { ... };
}Empty battle rules with user defined FightRules.