mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 05:43:42 +08:00
Added default value
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user