mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Follow current mod layout.
This commit is contained in:
@ -54,7 +54,14 @@ namespace osu.Game.Modes.Mania
|
||||
new ManiaModNightcore(),
|
||||
},
|
||||
},
|
||||
new ManiaModHidden(),
|
||||
new MultiMod
|
||||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new ManiaModFadeIn(),
|
||||
new ManiaModHidden(),
|
||||
}
|
||||
},
|
||||
new ManiaModFlashlight(),
|
||||
};
|
||||
|
||||
@ -76,8 +83,8 @@ namespace osu.Game.Modes.Mania
|
||||
new ManiaModKey3(),
|
||||
},
|
||||
},
|
||||
new ManiaModKeyCoop(),
|
||||
new ManiaModRandom(),
|
||||
new ManiaModKeyCoop(),
|
||||
new MultiMod
|
||||
{
|
||||
Mods = new Mod[]
|
||||
|
Reference in New Issue
Block a user