Create IRoomManager interface, add test for RoomsContainer

This commit is contained in:
smoogipoo
2018-12-25 11:45:50 +09:00
parent f79aa07d02
commit 6712a68797
8 changed files with 140 additions and 8 deletions

View File

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