mirror of
https://github.com/ppy/osu
synced 2025-02-20 12:26:59 +00:00
Return room model when joining
This commit is contained in:
parent
5d2ca7fc39
commit
5f5c0d5533
@ -12,7 +12,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
||||
/// </summary>
|
||||
/// <param name="roomId">The databased room ID.</param>
|
||||
/// <exception cref="UserAlreadyInMultiplayerRoom">If the user is already in the requested (or another) room.</exception>
|
||||
Task JoinRoom(long roomId);
|
||||
Task<MultiplayerRoom> JoinRoom(long roomId);
|
||||
|
||||
/// <summary>
|
||||
/// Request to leave the currently joined room.
|
||||
|
Loading…
Reference in New Issue
Block a user