(&mut self, overlay_commands: I)
| 471 | #[inline] |
| 472 | pub fn players(&self) -> &[PlayerState] { |
| 473 | self.runtime.players() |
| 474 | } |
| 475 | |
| 476 | #[inline] |
| 477 | pub fn bind_player(&mut self, index: usize, binding: PlayerBinding) { |
| 478 | self.runtime.bind_player(index, binding); |
| 479 | } |
| 480 | |
| 481 | #[inline] |
no test coverage detected