mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 15:45:04 -07:00
7 lines
122 B
Python
7 lines
122 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class CV64TestBase(WorldTestBase):
|
|
game = "Castlevania 64"
|
|
player: int = 1
|