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

Adjust comment + accessibility

This commit is contained in:
smoogipoo 2019-02-27 16:30:10 +09:00
parent 32bf940aa5
commit f66fefb818

View File

@ -221,9 +221,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
/// <summary>
/// Should be called at least once after lifetime of this hit object is end.
/// Will called at least once after the <see cref="LifetimeEnd"/> of this <see cref="DrawableHitObject"/> has been passed.
/// </summary>
public void OnLifetimeEnd()
internal void OnLifetimeEnd()
{
foreach (var nested in NestedHitObjects)
nested.OnLifetimeEnd();