summary refs log tree commit diff stats
path: root/apworld/items.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-12 12:33:24 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-12 12:33:24 -0400
commit447a222b57e498f7904033c59e68d21d6a246abd (patch)
treee756845a971729758ba091474322fd722d44e0ec /apworld/items.py
parent4e56e7681c0769dd247c0512a682a067426436bc (diff)
downloadlingo2-archipelago-447a222b57e498f7904033c59e68d21d6a246abd.tar.gz
lingo2-archipelago-447a222b57e498f7904033c59e68d21d6a246abd.tar.bz2
lingo2-archipelago-447a222b57e498f7904033c59e68d21d6a246abd.zip
Items and connections in the apworld
Diffstat (limited to 'apworld/items.py')
-rw-r--r--apworld/items.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/apworld/items.py b/apworld/items.py new file mode 100644 index 0000000..971a709 --- /dev/null +++ b/apworld/items.py
@@ -0,0 +1,5 @@
1from BaseClasses import Item
2
3
4class Lingo2Item(Item):
5 game: str = "Lingo 2"