mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Revert "Merge pull request #16889 from smoogipoo/remove-mod-multiplier"
This reverts commit252b945d3b
, reversing changes made toa1b39a96cf
.
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user