mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
No longer require Mod implementation
This commit is contained in:
parent
5dd9771c5f
commit
4c1413e0c7
@ -83,7 +83,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// The score multiplier of this mod.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public abstract double ScoreMultiplier { get; }
|
||||
public virtual double ScoreMultiplier => 1;
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if this mod is implemented (and playable).
|
||||
|
Loading…
Reference in New Issue
Block a user