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

@ -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>