Sort rooms based on their API position

This commit is contained in:
smoogipoo
2018-12-28 01:45:19 +09:00
parent f21b784493
commit a7db0bbb91
6 changed files with 44 additions and 2 deletions

View File

@ -136,6 +136,8 @@ namespace osu.Game.Tests.Visual
public Func<Room, bool> CreateRequested;
public event Action RoomsUpdated;
public IBindableCollection<Room> Rooms { get; } = null;
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)