1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 20:27:46 +08:00

Populate parameter description

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu 2024-11-21 22:47:46 +09:00 committed by GitHub
parent 209380cbac
commit 84ac3097c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -407,7 +407,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
/// <summary>
/// Creates the gameplay screen to be entered.
/// </summary>
/// <param name="selectedItem"></param>
/// <param name="selectedItem">The playlist item about to be played.</param>
/// <returns>The screen to enter.</returns>
protected abstract Screen CreateGameplayScreen(PlaylistItem selectedItem);