1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +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
parent 56abe54fe6
commit b2663d9399

View File

@ -417,7 +417,7 @@ namespace osu.Game
/// <summary> /// <summary>
/// Use to programatically exit the game as if the user was triggering via alt-f4. /// 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> /// </summary>
public virtual void GracefullyExit() public virtual void GracefullyExit()
{ {