The attack heat. InappropriateUnitType - the unit is not a robot.
(&self)
| 451 | /// |
| 452 | /// * InappropriateUnitType - the unit is not a robot. |
| 453 | pub fn attack_heat(&self) -> Result<u32, GameError> { |
| 454 | self.ok_if_robot()?; |
| 455 | Ok(self.attack_heat) |
| 456 | } |
| 457 | |
| 458 | /// The movement cooldown. |
| 459 | /// |
no test coverage detected