mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 22:13:22 -07:00
8 lines
118 B
Python
8 lines
118 B
Python
from BaseClasses import Item
|
|
from .GameID import jak1_name
|
|
|
|
|
|
class JakAndDaxterItem(Item):
|
|
game: str = jak1_name
|
|
|