Rename multiplayer client classes

This commit is contained in:
smoogipoo
2021-05-20 15:39:45 +09:00
parent 80a714a9c4
commit d197a7f6f5
20 changed files with 742 additions and 739 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
public const int PLAYER_1_ID = 55;
public const int PLAYER_2_ID = 56;
[Cached(typeof(StatefulMultiplayerClient))]
[Cached(typeof(MultiplayerClient))]
public TestMultiplayerClient Client { get; }
[Cached(typeof(IRoomManager))]