mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
feat(layer): stub cast
This commit is contained in:
@@ -164,3 +164,7 @@ class RawLayer(TypedDict):
|
||||
width: int
|
||||
x: int
|
||||
y: int
|
||||
|
||||
|
||||
def cast(*args, **kwargs):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user