Move out test ongoing operation tracker to higher level

This commit is contained in:
Bartłomiej Dach
2021-01-08 22:28:21 +01:00
parent c2eeb822b8
commit ff60d652ed
2 changed files with 4 additions and 5 deletions

View File

@ -23,6 +23,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
[Cached]
public Bindable<FilterCriteria> Filter { get; }
[Cached]
public OngoingOperationTracker OngoingOperationTracker { get; } = new OngoingOperationTracker();
protected override Container<Drawable> Content => content;
private readonly TestMultiplayerRoomContainer content;