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

@ -31,7 +31,7 @@ namespace osu.Game.Screens.Multi
private OsuScreen currentScreen;
[Cached]
[Cached(Type = typeof(IRoomManager))]
private RoomManager roomManager;
public Multiplayer()