Add drawable Swell.

This commit is contained in:
smoogipooo
2017-03-28 15:05:45 +09:00
parent 2211c08441
commit 3f6b17c0bf
6 changed files with 166 additions and 25 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Modes.Taiko.Objects
/// <summary>
/// The number of hits required to complete the swell successfully.
/// </summary>
public int RequiredHits { get; protected set; }
public int RequiredHits { get; protected set; } = 10;
public override void ApplyDefaults(TimingInfo timing, BeatmapDifficulty difficulty)
{