mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 23:54:23 +00:00
Fix type annotation
This commit is contained in:
parent
2b506c3ddf
commit
d06f3bbbb6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class World:
|
||||||
halloween_today: bool,
|
halloween_today: bool,
|
||||||
xmas_today: bool,
|
xmas_today: bool,
|
||||||
treetop_variants: TreetopVariants,
|
treetop_variants: TreetopVariants,
|
||||||
saved_ore_tiers: SavedNPCs,
|
saved_ore_tiers: SavedOreTiers,
|
||||||
unknown_file_format_data: bytes = b"",
|
unknown_file_format_data: bytes = b"",
|
||||||
unknown_world_header_data: bytes = b"",
|
unknown_world_header_data: bytes = b"",
|
||||||
unknown_world_tiles_data: bytes = b"",
|
unknown_world_tiles_data: bytes = b"",
|
||||||
|
|
Loading…
Reference in a new issue