Game configuration from PvP metadata.
(self)
| 63 | |
| 64 | @property |
| 65 | def config(self) -> dict: |
| 66 | """Game configuration from PvP metadata.""" |
| 67 | return self.metadata["config"] |
| 68 | |
| 69 | @property |
| 70 | def rounds(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected