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