Added properties type to RawTiledObject

This commit is contained in:
Darren Eberly
2020-05-31 01:55:09 -04:00
parent fbfd3864b3
commit 6de6867888

View File

@@ -165,7 +165,7 @@ class RawTiledObject(TypedDict):
visible: bool
name: str
type: str
properties: Properties
properties: RawProperties
template: Template
ellipse: bool
point: bool