1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 08:22:56 +08:00

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); Task UserKicked(MultiplayerRoomUser user);
/// <summary> /// <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> /// </summary>
/// <param name="invitedBy">Id of user that invited the player.</param> /// <param name="invitedBy">Id of user that invited the player.</param>
/// <param name="roomID">Id of the room the user got invited to.</param> /// <param name="roomID">Id of the room the user got invited to.</param>