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

@ -138,7 +138,7 @@ namespace osu.Game.Tests.Visual
public event Action RoomsUpdated;
public IBindableCollection<Room> Rooms { get; } = null;
public IBindableList<Room> Rooms { get; } = null;
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)
{