home · contact · privacy
Class renaming.
[plomrogue2-experiments] / game_common.py
index 689398ddbce3cd85f93e7bcee5cbd1d2ce9e8c0a..39a12f1612f0cbd15d342a82c88c26feace90dde 100644 (file)
@@ -52,7 +52,7 @@ class Thing:
         self.position = [0,0]
 
 
-class Commander:
+class CommonCommandsMixin:
 
     def cmd_MAP_SIZE(self, yx):
         """Set self.map_size to yx, redraw self.terrain_map as '?' cells."""