The landing rounds and locations of rockets in space that belong to the current team.
(&self)
| 1923 | /// The landing rounds and locations of rockets in space that belong to the |
| 1924 | /// current team. |
| 1925 | pub fn rocket_landings(&self) -> RocketLandingInfo { |
| 1926 | self.my_team().rocket_landings.clone() |
| 1927 | } |
| 1928 | |
| 1929 | fn ok_if_can_launch_rocket(&self, rocket_id: UnitID, destination: MapLocation) |
| 1930 | -> Result<(), GameError> { |