Archipelago/worlds/ror2/test/test_classic.py

8 lines
111 B
Python
Raw Normal View History

2023-11-22 15:20:32 +00:00
from . import RoR2TestBase
class ClassicTest(RoR2TestBase):
options = {
"goal": "classic",
}