1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 07:29:54 +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
Unverified
parent 209380cbac
commit 84ac3097c2
@@ -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);