home · contact · privacy
Fix FOV bug by respecting HexMap start indentation consequences.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass