mirror of
https://github.com/ppy/osu
synced 2025-03-23 11:27:24 +00:00
Remove IStatefulMultiplayerClient
This commit is contained in:
parent
4cd290af11
commit
31fe28b8b3
@ -1,17 +0,0 @@
|
|||||||
// 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.
|
|
||||||
|
|
||||||
#nullable enable
|
|
||||||
|
|
||||||
namespace osu.Game.Online.RealtimeMultiplayer
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// A multiplayer client which maintains local room and user state. Also provides a proxy to access the <see cref="IMultiplayerServer"/>.
|
|
||||||
/// </summary>
|
|
||||||
public interface IStatefulMultiplayerClient : IMultiplayerClient, IMultiplayerServer
|
|
||||||
{
|
|
||||||
MultiplayerUserState State { get; }
|
|
||||||
|
|
||||||
MultiplayerRoom? Room { get; }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user