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:
@ -10,6 +10,11 @@ namespace osu.Game.Screens.Multi
|
||||
{
|
||||
public interface IRoomManager
|
||||
{
|
||||
/// <summary>
|
||||
/// Invoked when the <see cref="Room"/>s have been updated.
|
||||
/// </summary>
|
||||
event Action RoomsUpdated;
|
||||
|
||||
/// <summary>
|
||||
/// All the active <see cref="Room"/>s.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user