mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-01 18:03:25 -07:00
8 lines
118 B
Python
8 lines
118 B
Python
from BaseClasses import Item
|
|
from .GameID import game_name
|
|
|
|
|
|
class JakAndDaxterItem(Item):
|
|
game: str = game_name
|
|
|