AutoWorld: automate item_names and location_names

This commit is contained in:
Fabian Dill
2021-07-29 20:27:41 +02:00
parent 4dde466364
commit e098b3c504
6 changed files with 16 additions and 19 deletions

View File

@@ -16,8 +16,6 @@ from ..AutoWorld import World
class SubnauticaWorld(World):
game: str = "Subnautica"
item_names: Set[str] = frozenset(items_lookup_name_to_id)
location_names: Set[str] = frozenset(locations_lookup_name_to_id)
item_name_to_id = items_lookup_name_to_id
location_name_to_id = locations_lookup_name_to_id