mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Sort rooms based on their API position
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user