add difficulty adjustment mods

This commit is contained in:
unknown
2019-12-11 19:43:16 +08:00
parent 5624b9fd3f
commit b795532aa5
9 changed files with 224 additions and 0 deletions

View File

@ -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[]
{