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