6 lines
109 B
Python
6 lines
109 B
Python
|
|
from test.worlds.test_base import WorldTestBase
|
||
|
|
|
||
|
|
|
||
|
|
class RLTestBase(WorldTestBase):
|
||
|
|
game = "Rogue Legacy"
|