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:
parent
4c1413e0c7
commit
23933fc881
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user