This commit is contained in:
Dean Herbert
2018-12-26 20:05:57 +09:00
parent 532a970c0f
commit 2353c204ee
16 changed files with 54 additions and 43 deletions

View File

@ -11,9 +11,9 @@ namespace osu.Game.Screens.Multi
public interface IRoomManager
{
/// <summary>
/// Invoked when this <see cref="IRoomManager"/> requests a <see cref="Room"/> to be opened.
/// Invoked when a room is joined.
/// </summary>
event Action<Room> OpenRequested;
event Action<Room> RoomJoined;
/// <summary>
/// All the active <see cref="Room"/>s.