make ModDifficultyAdjust generic

This commit is contained in:
unknown
2019-12-12 21:14:26 +08:00
parent 472fa9822c
commit 002a125b4a
9 changed files with 46 additions and 170 deletions

View File

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