mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Muse Dash: Fix bad generations occuring due to changing item ids (#2122)
This commit is contained in:
@@ -8,10 +8,9 @@ class SongData(NamedTuple):
|
||||
code: Optional[int]
|
||||
song_is_free: bool
|
||||
streamer_mode: bool
|
||||
easy: str = Optional[int]
|
||||
hard: int = Optional[int]
|
||||
master: int = Optional[int]
|
||||
secret: int = Optional[int]
|
||||
easy: Optional[int]
|
||||
hard: Optional[int]
|
||||
master: Optional[int]
|
||||
|
||||
|
||||
class AlbumData(NamedTuple):
|
||||
|
Reference in New Issue
Block a user