Home
last modified time | relevance | path

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

/DragonReach/src/unit/
H A Dmod.rs338 wants: Vec<usize>, field
361 wants: Vec::new(), in default()
400 self.wants in set_attr()
468 pub fn wants(&self) -> &[usize] { in wants() method
469 &self.wants in wants()
/DragonReach/src/executor/
H A Dmod.rs127 for u in unit.unit_base().unit_part().wants() { in exec_()