Update framework

This commit is contained in:
Dean Herbert
2019-01-07 18:50:27 +09:00
parent 115caa928c
commit f6018294b5
13 changed files with 18 additions and 61 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Screens.Multi
/// <summary>
/// All the active <see cref="Room"/>s.
/// </summary>
IBindableCollection<Room> Rooms { get; }
IBindableList<Room> Rooms { get; }
/// <summary>
/// Creates a new <see cref="Room"/>.