clearing is now done with a dict. method
This commit is contained in:
@ -34,4 +34,4 @@ class GameMap:
|
|||||||
|
|
||||||
|
|
||||||
def clear_map(self):
|
def clear_map(self):
|
||||||
self.data = {}
|
data.clear()
|
Reference in New Issue
Block a user