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