Difficulty Adjust mod customisation menu opens automatically now

This commit is contained in:
ProTheory8
2020-01-20 16:06:36 +00:00
parent fc331e7752
commit 41295bc27c
3 changed files with 9 additions and 0 deletions

View File

@ -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.")]