mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
No longer require Mod implementation
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user