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 2b506c3ddf
commit d06f3bbbb6
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

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"",