From c9da387ede51f207825b63d9f13036a7b661d4b3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 16:05:15 -0400 Subject: Started apworld vcpkg's libprotobuf is older than what PIP has, but neither are completely up to date either. Ugh. Doors have a room now because that's where the location will go. --- apworld/locations.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apworld/locations.py (limited to 'apworld/locations.py') diff --git a/apworld/locations.py b/apworld/locations.py new file mode 100644 index 0000000..818be39 --- /dev/null +++ b/apworld/locations.py @@ -0,0 +1,5 @@ +from BaseClasses import Location + + +class Lingo2Location(Location): + game: str = "Lingo 2" \ No newline at end of file -- cgit 1.4.1