Searched refs:set_unit_type (Results 1 – 2 of 2) sorted by relevance
/DragonReach/src/unit/ | ||
H A D | mod.rs | 253 pub fn set_unit_type(&mut self, utype: UnitType) { in set_unit_type() method |
/DragonReach/src/parse/ | ||
H A D | mod.rs | 258 unit_base.set_unit_type(unit_type); in parse() |