mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
@@ -1,4 +1,5 @@
|
||||
from typing import Dict, List
|
||||
from typing import Dict
|
||||
|
||||
|
||||
class Stages:
|
||||
Misc = "Misc"
|
||||
@@ -99,4 +100,4 @@ region_exits: Dict[str, str] = {
|
||||
Stages.MA4: [Stages.MA3,
|
||||
Stages.MA5],
|
||||
Stages.MA5: [Stages.MA1]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user