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

@ -60,6 +60,12 @@ namespace osu.Game.Rulesets.Mods
[JsonIgnore]
public virtual bool Ranked => false;
/// <summary>
/// Returns true if this mod requires configuration. If true, opens mod customisation menu every time user enables mod.
/// </summary>
[JsonIgnore]
public virtual bool RequiresConfiguration => false;
/// <summary>
/// The mods this mod cannot be enabled with.
/// </summary>