mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
make ModDifficultyAdjust abstract
This commit is contained in:
@ -109,7 +109,7 @@ namespace osu.Game.Rulesets.Catch
|
||||
case ModType.Conversion:
|
||||
return new Mod[]
|
||||
{
|
||||
new ModDifficultyAdjust(),
|
||||
new CatchModDifficultyAdjust(),
|
||||
};
|
||||
|
||||
case ModType.Automation:
|
||||
|
Reference in New Issue
Block a user