1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Update xmldoc to mention that multipliers are not applied anywhere

This commit is contained in:
Dean Herbert 2022-02-16 17:32:22 +09:00
parent 4c1413e0c7
commit 23933fc881

View File

@ -80,8 +80,11 @@ namespace osu.Game.Rulesets.Mods
}
/// <summary>
/// The score multiplier of this mod.
/// The (legacy) score multiplier of this mod.
/// </summary>
/// <remarks>
/// This is not applied for newly set scores, but may be required for display purposes when showing legacy scores.
/// </remarks>
[JsonIgnore]
public virtual double ScoreMultiplier => 1;