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:
parent
5678d90461
commit
5469d134cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user