1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 11:52:56 +08:00

Add xmldoc for OnBackButton

This commit is contained in:
Joehu 2020-07-14 13:14:59 -07:00
parent 36041fc245
commit 21ed9df1ea

View File

@ -57,6 +57,9 @@ namespace osu.Game.Screens
/// </summary> /// </summary>
bool AllowRateAdjustments { get; } bool AllowRateAdjustments { get; }
/// <summary>
/// Whether there are sub overlays/screens that need closing with the back button before this <see cref="IOsuScreen"/> can be exited.
/// </summary>
bool OnBackButton(); bool OnBackButton();
} }
} }