mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Difficulty Adjust mod customisation menu opens automatically now
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user