home · contact · privacy
Move re-positioning of things in inventory to Thing code.
[plomrogue2-experiments] / server_ / game_error.py
1 class GameError(Exception):
2     pass