clearing is now done with a dict. method

This commit is contained in:
RomulAugustus 2022-07-25 17:51:11 +03:00
parent 12c6bd8022
commit c7b47b2a87

View File

@ -34,4 +34,4 @@ class GameMap:
def clear_map(self):
self.data = {}
data.clear()