Home
last modified time | relevance | path

Searched refs:set_unit_type (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/unit/
H A Dmod.rs253 pub fn set_unit_type(&mut self, utype: UnitType) { in set_unit_type() method
/DragonReach/src/parse/
H A Dmod.rs258 unit_base.set_unit_type(unit_type); in parse()