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/options.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apworld/options.py (limited to 'apworld/options.py') diff --git a/apworld/options.py b/apworld/options.py new file mode 100644 index 0000000..f33f5af --- /dev/null +++ b/apworld/options.py @@ -0,0 +1,8 @@ +from dataclasses import dataclass + +from Options import PerGameCommonOptions + + +@dataclass +class Lingo2Options(PerGameCommonOptions): + pass -- cgit 1.4.1