More automated tests

This commit is contained in:
smoogipoo
2018-12-25 11:59:08 +09:00
parent 626ec85ae8
commit 23d21a45e5
2 changed files with 27 additions and 13 deletions

View File

@ -25,6 +25,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
private readonly IBindableCollection<Room> rooms = new BindableCollection<Room>();
private readonly FillFlowContainer<DrawableRoom> roomFlow;
public IReadOnlyList<DrawableRoom> Rooms => roomFlow;
[Resolved]
private IRoomManager roomManager { get; set; }