Reword xmldoc on invite method to better describe what is happening

This commit is contained in:
Dean Herbert 2023-10-12 18:25:20 +09:00
parent 56e27f1c27
commit fc1287b4c6
No known key found for this signature in database

View File

@ -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>