mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 03:02:56 +08:00
Fix incorrect cached type
This commit is contained in:
parent
0566ed1a9b
commit
8427ee1b8e
@ -7,8 +7,8 @@ using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Online.RealtimeMultiplayer;
|
||||
using osu.Game.Screens.Multi;
|
||||
using osu.Game.Screens.Multi.Lounge.Components;
|
||||
using osu.Game.Screens.Multi.RealtimeMultiplayer;
|
||||
|
||||
namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
{
|
||||
@ -17,7 +17,7 @@ namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
[Cached(typeof(StatefulMultiplayerClient))]
|
||||
public TestRealtimeMultiplayerClient Client { get; }
|
||||
|
||||
[Cached(typeof(RealtimeRoomManager))]
|
||||
[Cached(typeof(IRoomManager))]
|
||||
public TestRealtimeRoomManager RoomManager { get; }
|
||||
|
||||
[Cached]
|
||||
|
@ -6,8 +6,8 @@ using osu.Framework.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Online.RealtimeMultiplayer;
|
||||
using osu.Game.Screens.Multi;
|
||||
using osu.Game.Screens.Multi.Lounge.Components;
|
||||
using osu.Game.Screens.Multi.RealtimeMultiplayer;
|
||||
|
||||
namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
{
|
||||
@ -19,7 +19,7 @@ namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
[Cached(typeof(StatefulMultiplayerClient))]
|
||||
public readonly TestRealtimeMultiplayerClient Client;
|
||||
|
||||
[Cached(typeof(RealtimeRoomManager))]
|
||||
[Cached(typeof(IRoomManager))]
|
||||
public readonly TestRealtimeRoomManager RoomManager;
|
||||
|
||||
[Cached]
|
||||
|
Loading…
Reference in New Issue
Block a user