make ModDifficultyAdjust abstract

This commit is contained in:
unknown
2019-12-20 18:30:23 +08:00
parent ea661fce21
commit 08b477ed52
9 changed files with 193 additions and 50 deletions

View File

@ -109,7 +109,7 @@ namespace osu.Game.Rulesets.Catch
case ModType.Conversion:
return new Mod[]
{
new ModDifficultyAdjust(),
new CatchModDifficultyAdjust(),
};
case ModType.Automation: