Integrate ChatOverlayV2 into main game

This commit is contained in:
Jai Sharma
2022-05-23 20:23:50 +01:00
parent 7d93778355
commit 58d39734d0
7 changed files with 15 additions and 9 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Toolbar
}
[BackgroundDependencyLoader(true)]
private void load(ChatOverlay chat)
private void load(ChatOverlayV2 chat)
{
StateContainer = chat;
}