forked from mirror/Archipelago
* fix deprecation * multiworld.random -> world.random * Various small fixes --------- Co-authored-by: Exempt-Medic <[email protected]> Co-authored-by: Exempt-Medic <[email protected]>
6 lines
98 B
Python
6 lines
98 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class RLTestBase(WorldTestBase):
|
|
game = "Rogue Legacy"
|