mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
add difficulty adjustment mods
This commit is contained in:
@ -121,6 +121,7 @@ namespace osu.Game.Rulesets.Osu
|
||||
return new Mod[]
|
||||
{
|
||||
new OsuModTarget(),
|
||||
new OsuModDifficultyAdjust(),
|
||||
};
|
||||
|
||||
case ModType.Automation:
|
||||
|
Reference in New Issue
Block a user