1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 14:46:05 +08:00

Update xmldoc to suggest that GracefullyExit may be overridden

This commit is contained in:
Dean Herbert
2022-06-19 01:14:48 +09:00
Unverified
parent 56abe54fe6
commit b2663d9399
+1 -1
View File
@@ -417,7 +417,7 @@ namespace osu.Game
/// <summary>
/// Use to programatically exit the game as if the user was triggering via alt-f4.
/// Will keep persisting until an exit occurs (exit may be blocked multiple times).
/// By default, will keep persisting until an exit occurs (exit may be blocked multiple times).
/// </summary>
public virtual void GracefullyExit()
{