home · contact · privacy
Enforce rows number as multiple of 4 in both clients, for smoother hex scrolling.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass