mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Rename multiplayer server file to match class
This commit is contained in:
parent
b3bdaaa7b5
commit
327799c263
@ -1,6 +1,3 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
|
||||||
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace osu.Game.Online.RealtimeMultiplayer
|
namespace osu.Game.Online.RealtimeMultiplayer
|
||||||
@ -14,8 +11,8 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
|||||||
/// Request to join a multiplayer room.
|
/// Request to join a multiplayer room.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="roomId">The databased room ID.</param>
|
/// <param name="roomId">The databased room ID.</param>
|
||||||
/// <returns>Whether the room could be joined.</returns>
|
/// <exception cref="UserAlreadyInMultiplayerRoom">If the user is already in the requested (or another) room.</exception>
|
||||||
Task<bool> JoinRoom(long roomId);
|
Task JoinRoom(long roomId);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Request to leave the currently joined room.
|
/// Request to leave the currently joined room.
|
Loading…
x
Reference in New Issue
Block a user