mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +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>
|
/// <summary>
|
||||||
/// The score multiplier of this mod.
|
/// The (legacy) score multiplier of this mod.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This is not applied for newly set scores, but may be required for display purposes when showing legacy scores.
|
||||||
|
/// </remarks>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public virtual double ScoreMultiplier => 1;
|
public virtual double ScoreMultiplier => 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user