The current round, starting at round 1 and up to `ROUND_LIMIT` rounds. A round consists of a turn from each team on each planet.
(&self)
| 399 | /// The current round, starting at round 1 and up to `ROUND_LIMIT` rounds. |
| 400 | /// A round consists of a turn from each team on each planet. |
| 401 | pub fn round(&self) -> Rounds { |
| 402 | self.round |
| 403 | } |
| 404 | |
| 405 | /// The current planet. |
| 406 | pub fn planet(&self) -> Planet { |
no outgoing calls
no test coverage detected