mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Create IRoomManager interface, add test for RoomsContainer
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
private readonly Room room;
|
||||
|
||||
[Resolved(CanBeNull = true)]
|
||||
private RoomManager manager { get; set; }
|
||||
private IRoomManager manager { get; set; }
|
||||
|
||||
public RoomSettingsOverlay(Room room)
|
||||
{
|
||||
|
Reference in New Issue
Block a user