Merge branch 'master' into restructure-spectator-client

This commit is contained in:
smoogipoo
2021-05-20 18:53:42 +09:00
20 changed files with 742 additions and 739 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Screens.Play.HUD
private SpectatorClient spectatorClient { get; set; }
[Resolved]
private StatefulMultiplayerClient multiplayerClient { get; set; }
private MultiplayerClient multiplayerClient { get; set; }
[Resolved]
private UserLookupCache userLookupCache { get; set; }