1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Update comment

Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
ProTheory8 2020-01-21 08:44:22 +05:00 committed by GitHub
parent 41295bc27c
commit 02f26e4a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Mods
public virtual bool Ranked => false;
/// <summary>
/// Returns true if this mod requires configuration. If true, opens mod customisation menu every time user enables mod.
/// Whether this mod requires configuration to apply changes to the game.
/// </summary>
[JsonIgnore]
public virtual bool RequiresConfiguration => false;