document World.hidden

This commit is contained in:
Fabian Dill
2021-08-27 20:46:23 +02:00
parent 5bb8de500a
commit 104cc0ea83
2 changed files with 4 additions and 1 deletions

View File

@@ -91,6 +91,9 @@ class World(metaclass=AutoWorldRegister):
# the client finds its own items in its own world.
remote_items: bool = True
# Hide World Type from various views. Does not remove functionality.
hidden = False
# autoset on creation:
world: MultiWorld
player: int