mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Difficulty Adjust mod customisation menu opens automatically now
This commit is contained in:
@ -24,6 +24,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public override double ScoreMultiplier => 1.0;
|
||||
|
||||
public override bool RequiresConfiguration => true;
|
||||
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModEasy), typeof(ModHardRock) };
|
||||
|
||||
[SettingSource("Drain Rate", "Override a beatmap's set HP.")]
|
||||
|
Reference in New Issue
Block a user