mirror of
https://github.com/ppy/osu
synced 2025-02-08 22:27:14 +00:00
Fix up xmldoc
This commit is contained in:
parent
c847cc521e
commit
e56ea58e71
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Objects.Pooling
|
||||
private readonly Dictionary<HitObjectLifetimeEntry, HitObject> parentMap = new Dictionary<HitObjectLifetimeEntry, HitObject>();
|
||||
|
||||
/// <summary>
|
||||
/// Stores the list of entries managed by this <see cref="HitObjectEntryManager"/> for each hit object managed by this <see cref="HitObjectEntryManager"/>.
|
||||
/// Stores the list of child entries for each hit object managed by this <see cref="HitObjectEntryManager"/>.
|
||||
/// </summary>
|
||||
private readonly Dictionary<HitObject, List<HitObjectLifetimeEntry>> childrenMap = new Dictionary<HitObject, List<HitObjectLifetimeEntry>>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user