Move RoomManager to multiplayer screen

This commit is contained in:
smoogipoo
2018-12-22 12:45:36 +09:00
parent 7e9cc4e876
commit dd0c04ea36
3 changed files with 26 additions and 9 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Screens.Multi
{
public class RoomManager : PollingComponent
{
public Action<Room> OpenRequested;
public event Action<Room> OpenRequested;
public IBindableCollection<Room> Rooms => rooms;
private readonly BindableCollection<Room> rooms = new BindableCollection<Room>();