mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
add difficulty adjustment mods
This commit is contained in:
@ -98,6 +98,12 @@ namespace osu.Game.Rulesets.Catch
|
||||
new CatchModFlashlight(),
|
||||
};
|
||||
|
||||
case ModType.Conversion:
|
||||
return new Mod[]
|
||||
{
|
||||
new CatchModDifficultyAdjust(),
|
||||
};
|
||||
|
||||
case ModType.Automation:
|
||||
return new Mod[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user