Revert "Merge pull request #16889 from smoogipoo/remove-mod-multiplier"

This reverts commit 252b945d3b, reversing
changes made to a1b39a96cf.
This commit is contained in:
Dean Herbert
2022-02-17 13:26:12 +09:00
parent 9410fb46af
commit 7307e68e9c
6 changed files with 74 additions and 17 deletions

View File

@ -80,13 +80,10 @@ namespace osu.Game.Rulesets.Mods
}
/// <summary>
/// The (legacy) score multiplier of this mod.
/// The 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;
public abstract double ScoreMultiplier { get; }
/// <summary>
/// Returns true if this mod is implemented (and playable).