X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new%2Fplomrogue%2Fgame.py;h=071290019a4c2f58f552bdbf51f28b66887cb1da;hp=78ff6bd1904913486961447f31995d9844e610ae;hb=d84b39d4b7265d1ce6597023aedf6dca89836eea;hpb=e530d9faf68b4057322f5cc61aa0e3b76f8db3f6 diff --git a/new/plomrogue/game.py b/new/plomrogue/game.py index 78ff6bd..0712900 100755 --- a/new/plomrogue/game.py +++ b/new/plomrogue/game.py @@ -20,6 +20,7 @@ class ThingBase: self.position = position + class Thing(ThingBase): def __init__(self, *args, **kwargs):