diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 16:05:15 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 16:05:15 -0400 |
commit | c9da387ede51f207825b63d9f13036a7b661d4b3 (patch) | |
tree | 08425dbc57c92ac72fef43c32ecbd5805f18f1f8 /apworld/options.py | |
parent | 3c26cedd030c464e3b8a5576a98c19eb45134658 (diff) | |
download | lingo2-archipelago-c9da387ede51f207825b63d9f13036a7b661d4b3.tar.gz lingo2-archipelago-c9da387ede51f207825b63d9f13036a7b661d4b3.tar.bz2 lingo2-archipelago-c9da387ede51f207825b63d9f13036a7b661d4b3.zip |
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.
Diffstat (limited to 'apworld/options.py')
-rw-r--r-- | apworld/options.py | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | from dataclasses import dataclass | ||
2 | |||
3 | from Options import PerGameCommonOptions | ||
4 | |||
5 | |||
6 | @dataclass | ||
7 | class Lingo2Options(PerGameCommonOptions): | ||
8 | pass | ||