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

@ -121,7 +121,7 @@ namespace osu.Game.Rulesets.Osu
return new Mod[]
{
new OsuModTarget(),
new OsuModDifficultyAdjust(),
new ModDifficultyAdjust(),
};
case ModType.Automation: