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:
parent
ab6a79f84c
commit
d93ac7ac98
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user