mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 17:19:56 +08:00
Fix incorrect dependency
This commit is contained in:
@@ -13,6 +13,6 @@ namespace osu.Game.Screens.OnlinePlay.Components
|
||||
protected IAPIProvider API { get; private set; }
|
||||
|
||||
[Resolved]
|
||||
protected IRoomManager RoomManager { get; set; }
|
||||
protected IRoomManager RoomManager { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user