mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Add client method for notifying about host changes
This commit is contained in:
parent
a4ca8d2998
commit
dbe048cdc6
@ -28,6 +28,12 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
||||
/// <param name="user">The user.</param>
|
||||
Task UserLeft(MultiplayerRoomUser user);
|
||||
|
||||
/// <summary>
|
||||
/// Signal that the host of the room has changed.
|
||||
/// </summary>
|
||||
/// <param name="userId">The user ID of the new host.</param>
|
||||
Task HostChanged(long userId);
|
||||
|
||||
/// <summary>
|
||||
/// Signals that the settings for this room have changed.
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user