Castlevania 64: Implement New Game (#2472)
This commit is contained in:
6
worlds/cv64/test/__init__.py
Normal file
6
worlds/cv64/test/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from test.bases import WorldTestBase
|
||||
|
||||
|
||||
class CV64TestBase(WorldTestBase):
|
||||
game = "Castlevania 64"
|
||||
player: int = 1
|
||||
Reference in New Issue
Block a user