1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-21 15:44:24 +00:00

Fix type annotation

This commit is contained in:
Steffo 2020-06-04 20:52:42 +02:00
parent 838668e97b
commit f049693c01

View file

@ -64,7 +64,7 @@ class World:
halloween_today: bool,
xmas_today: bool,
treetop_variants: TreetopVariants,
saved_ore_tiers: SavedNPCs,
saved_ore_tiers: SavedOreTiers,
unknown_file_format_data: bytes = b"",
unknown_world_header_data: bytes = b"",
unknown_world_tiles_data: bytes = b"",