mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
rf(map): cast, not parse
This commit is contained in:
@@ -71,5 +71,5 @@ class Map:
|
||||
properties: Optional[Properties] = None
|
||||
|
||||
|
||||
def parse() -> Map:
|
||||
def cast() -> Map:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user