1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 15:22:55 +08:00

Update xmldoc

This commit is contained in:
smoogipoo 2017-11-02 21:58:29 +09:00
parent 240997e4fb
commit 5c2b1d4be2

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
protected abstract TaikoAction[] HitActions { get; }
/// <summary>
/// Whether a second hit is allowed to be processed.
/// Whether a second hit is allowed to be processed. This occurs once this hit object has been hit successfully.
/// </summary>
protected bool SecondHitAllowed { get; private set; }