Move UserLookupCache to online play test dependencies

This commit is contained in:
Dan Balasescu
2022-02-15 20:56:46 +09:00
parent b2276baf71
commit c48a0dc993
8 changed files with 13 additions and 14 deletions

View File

@ -22,6 +22,7 @@ namespace osu.Game.Tests.Visual.OnlinePlay
public IRoomManager RoomManager => OnlinePlayDependencies?.RoomManager;
public OngoingOperationTracker OngoingOperationTracker => OnlinePlayDependencies?.OngoingOperationTracker;
public OnlinePlayBeatmapAvailabilityTracker AvailabilityTracker => OnlinePlayDependencies?.AvailabilityTracker;
public TestUserLookupCache UserLookupCache => OnlinePlayDependencies?.UserLookupCache;
/// <summary>
/// All dependencies required for online play components and screens.