home · contact · privacy
Only send PONG to connection_id that sent the PING.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass