Change terminology game state -> game dump
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
from typing import Protocol
|
||||
|
||||
|
||||
class SendGameStateInterface(Protocol):
|
||||
async def send_game_state(self) -> None:
|
||||
class SendGameDumpInterface(Protocol):
|
||||
async def send_game_dump(self) -> None:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user