mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
More automated tests
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user