mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Separate Flip and Random
This commit is contained in:
@ -133,7 +133,8 @@ namespace osu.Game.Rulesets.Taiko
|
||||
case ModType.Conversion:
|
||||
return new Mod[]
|
||||
{
|
||||
new MultiMod(new TaikoModFlip(), new TaikoModRandom()),
|
||||
new TaikoModFlip(),
|
||||
new TaikoModRandom(),
|
||||
new TaikoModDifficultyAdjust(),
|
||||
new TaikoModClassic(),
|
||||
};
|
||||
|
Reference in New Issue
Block a user