1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +08:00

Add missing parameter description to docs.

This commit is contained in:
Marvin Schürz 2023-10-04 00:28:01 +02:00
parent 5678d90461
commit 5469d134cb

View File

@ -103,7 +103,7 @@ namespace osu.Game.Online.Multiplayer
/// <summary>
/// Invites a player to the current room.
/// </summary>
/// <param name="userId"></param>
/// <param name="userId">The user to invite.</param>
/// <exception cref="UserBlockedException">The user has blocked or has been blocked by the invited user.</exception>
/// <exception cref="UserBlocksPMsException">The invited user does not accept private messages.</exception>
Task InvitePlayer(int userId);