mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08: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.
|
/// The score multiplier of this mod.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public abstract double ScoreMultiplier { get; }
|
public virtual double ScoreMultiplier => 1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns true if this mod is implemented (and playable).
|
/// Returns true if this mod is implemented (and playable).
|
||||||
|
Loading…
Reference in New Issue
Block a user