1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00

A bit more protection.

This commit is contained in:
smoogipooo 2017-03-22 01:35:39 +09:00
parent cf251618c7
commit b3dde2c399

View File

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