about summary refs log tree commit diff stats
path: root/apworld/locations.py
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/locations.py')
-rw-r--r--apworld/locations.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/apworld/locations.py b/apworld/locations.py index 108decb..3d619dc 100644 --- a/apworld/locations.py +++ b/apworld/locations.py
@@ -3,3 +3,6 @@ from BaseClasses import Location
3 3
4class Lingo2Location(Location): 4class Lingo2Location(Location):
5 game: str = "Lingo 2" 5 game: str = "Lingo 2"
6
7 port_id: int
8 goal: bool