1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 02:07:34 +08:00

Precise XMLDoc

This commit is contained in:
Lucas A 2020-11-08 14:39:56 +01:00
parent f1942fdb9c
commit d8d4022119

View File

@ -56,9 +56,9 @@ namespace osu.Game.Screens
protected new OsuGameBase Game => base.Game as OsuGameBase; protected new OsuGameBase Game => base.Game as OsuGameBase;
/// <summary> /// <summary>
/// The <see cref="UserActivity"/> to set the user's activity automatically to when this screen is entered /// The <see cref="UserActivity"/> to set the user's activity automatically to when this screen is entered.
/// <para>This <see cref="Activity"/> will be automatically set to <see cref="InitialActivity"/> for this screen on entering unless /// <para>This <see cref="Activity"/> will be automatically set to <see cref="InitialActivity"/> for this screen on entering for the first time
/// <see cref="Activity"/> is manually set before.</para> /// unless <see cref="Activity"/> is manually set before.</para>
/// </summary> /// </summary>
protected virtual UserActivity InitialActivity => null; protected virtual UserActivity InitialActivity => null;