The team the unit belongs to.
(&self)
| 349 | |
| 350 | /// The team the unit belongs to. |
| 351 | pub fn team(&self) -> Team { |
| 352 | self.team |
| 353 | } |
| 354 | |
| 355 | /// The current research level. |
| 356 | pub fn research_level(&self) -> Level { |
no outgoing calls
no test coverage detected