mirror of
https://github.com/ppy/osu
synced 2024-12-28 01:42:57 +00:00
Reword xmldoc on invite method to better describe what is happening
This commit is contained in:
parent
56e27f1c27
commit
fc1287b4c6
@ -43,7 +43,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
Task UserKicked(MultiplayerRoomUser user);
|
||||
|
||||
/// <summary>
|
||||
/// Signals that a user has been invited into a multiplayer room.
|
||||
/// Signals that the local user has been invited into a multiplayer room.
|
||||
/// </summary>
|
||||
/// <param name="invitedBy">Id of user that invited the player.</param>
|
||||
/// <param name="roomID">Id of the room the user got invited to.</param>
|
||||
|
Loading…
Reference in New Issue
Block a user