Rename var chatmanager -> channelManager

Apply requested changes
This commit is contained in:
miterosan
2018-04-12 23:19:13 +02:00
parent b997f0f3fa
commit e39f5a1adf
7 changed files with 48 additions and 46 deletions

View File

@ -22,8 +22,7 @@ namespace osu.Game.Tests.Visual
{
typeof(ChatTabControl),
typeof(ChannelTabControl),
typeof(UserTabControl),
typeof(UserTabControl)
};
private readonly ChatTabControl chatTabControl;