Mark the start of a new turn.
(&mut self)
| 320 | |
| 321 | /// Mark the start of a new turn. |
| 322 | pub fn begin_turn(&mut self) { |
| 323 | self.current_turn_started_at = Some(Utc::now()); |
| 324 | } |
| 325 | |
| 326 | /// Mark the end of the current turn and increment the turn count. |
| 327 | /// |
no outgoing calls