mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Change class xmldoc a bit
This commit is contained in:
parent
ab6a79f84c
commit
d93ac7ac98
@ -12,7 +12,8 @@ using osu.Game.Rulesets.UI;
|
||||
namespace osu.Game.Screens.Edit.Compose
|
||||
{
|
||||
/// <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>
|
||||
internal class HitObjectUsageEventBuffer : IDisposable
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user