home · contact · privacy
Use one size standard for all maps that define the game world.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass