Remove "V2" suffix from ChatOverlay components

This commit is contained in:
Dean Herbert
2022-05-30 17:54:09 +09:00
parent 9e678101cf
commit f65d2db77f
10 changed files with 17 additions and 17 deletions

View File

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