mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Show a loading spinner on multiplayer lounge loads
This commit is contained in:
@ -133,6 +133,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
remove { }
|
||||
}
|
||||
|
||||
public Bindable<bool> InitialRoomsReceived { get; } = new Bindable<bool>(true);
|
||||
|
||||
public IBindableList<Room> Rooms { get; } = null;
|
||||
|
||||
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)
|
||||
|
Reference in New Issue
Block a user