mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Added default value
This commit is contained in:
parent
a4d5660e41
commit
7055c99df0
@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
/// <summary>
|
||||
/// Number of spins required to finish the spinner without miss.
|
||||
/// </summary>
|
||||
public int SpinsRequired { get; protected set; }
|
||||
public int SpinsRequired { get; protected set; } = 1;
|
||||
|
||||
public override bool NewCombo => true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user