Home
last modified time | relevance | path

Searched defs:binds_to (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/manager/unit_manager/
H A Dmod.rs210 let binds_to = unit.unit_base_mut().unit_part().binds_to(); in init_units_dependencies() localVariable
/DragonReach/src/unit/
H A Dmod.rs344 binds_to: Vec<usize>, field
480 pub fn binds_to(&self) -> &[usize] { in binds_to() method