mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Renaming
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user