1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Reword xmldoc

This commit is contained in:
Dean Herbert 2020-05-10 20:09:41 +09:00 committed by GitHub
parent c712e98f2b
commit 44fdf1e6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -488,12 +488,8 @@ namespace osu.Game.Rulesets.UI
protected virtual ResumeOverlay CreateResumeOverlay() => null;
/// <summary>
/// Whether to display gameplay overlays with this ruleset.
/// Override to false to completely disable the display of gameplay overlays.
/// Whether to display gameplay overlays, such as <see cref="HUDOverlay"/> and <see cref="BreakOverlay"/>.
/// </summary>
/// <remarks>
/// Gameplay overlays refer here to <see cref="HUDOverlay"/> in player as well as <see cref="BreakOverlay"/>.
/// </remarks>
public virtual bool AllowGameplayOverlays => true;
/// <summary>