mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix room manager reference
This commit is contained in:
@ -71,7 +71,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer.Match
|
|||||||
private BeatmapSelectionControl initialBeatmapControl;
|
private BeatmapSelectionControl initialBeatmapControl;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private RealtimeRoomManager manager { get; set; }
|
private IRoomManager manager { get; set; }
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private StatefulMultiplayerClient client { get; set; }
|
private StatefulMultiplayerClient client { get; set; }
|
||||||
|
Reference in New Issue
Block a user