1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Change class xmldoc a bit

This commit is contained in:
smoogipoo 2021-05-18 19:13:13 +09:00
parent ab6a79f84c
commit d93ac7ac98

View File

@ -12,7 +12,8 @@ using osu.Game.Rulesets.UI;
namespace osu.Game.Screens.Edit.Compose namespace osu.Game.Screens.Edit.Compose
{ {
/// <summary> /// <summary>
/// Buffers events from the many <see cref="HitObjectContainer"/>s in a nested <see cref="Playfield"/> hierarchy. /// Buffers events from the many <see cref="HitObjectContainer"/>s in a nested <see cref="Playfield"/> hierarchy
/// to ensure correct ordering of events.
/// </summary> /// </summary>
internal class HitObjectUsageEventBuffer : IDisposable internal class HitObjectUsageEventBuffer : IDisposable
{ {