rf: remove gid from TiledObject

it only appears in the Tile object
This commit is contained in:
Benjamin Kirkbride
2020-05-31 00:46:00 -04:00
parent 69f05476ca
commit 3d6068cc71

View File

@@ -33,7 +33,6 @@ class TiledObject:
"""
id: int
gid: Optional[int] = None
coordinates: OrderedPair
size: Size = Size(0, 0)