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