Return room model when joining

This commit is contained in:
Dean Herbert 2020-12-08 16:15:58 +09:00
parent 5d2ca7fc39
commit 5f5c0d5533

View File

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