mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 09:23:20 -07:00
6 lines
113 B
Python
6 lines
113 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class TunicTestBase(WorldTestBase):
|
|
game = "TUNIC"
|
|
player: int = 1 |