Improve xmldoc in a couple of places

This commit is contained in:
Dean Herbert
2020-03-26 12:50:00 +09:00
parent a141e2e8b7
commit 2b1245f63a
2 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@ namespace osu.Game.Rulesets.UI
public abstract Playfield Playfield { get; }
/// <summary>
/// Place to put drawables above hit objects but below UI.
/// Content to be placed above hitobjects. Will be affected by frame stability.
/// </summary>
public abstract Container Overlays { get; }