mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Added list[str] for location groups for inevitable location group implementation
This commit is contained in:
@@ -6,7 +6,7 @@ from BaseClasses import Location, Region
|
||||
|
||||
class GrinchLocationData(NamedTuple):
|
||||
region: str
|
||||
location_group: str
|
||||
location_group: str #list[str]
|
||||
id: Optional[int]
|
||||
update_ram_addr: list[GrinchRamData]
|
||||
reset_addr: Optional[list[GrinchRamData]] = None # Addresses to update once we find the item
|
||||
|
Reference in New Issue
Block a user