mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 20:18:13 -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
|
|
|