Rename and expand chat tests

This commit is contained in:
Dean Herbert
2019-06-18 13:44:38 +09:00
parent 1e2f9d1ba1
commit 796afc0bf9
5 changed files with 40 additions and 17 deletions

View File

@ -13,13 +13,13 @@ using osuTK.Graphics;
namespace osu.Game.Tournament.Components
{
public class MatchChatDisplay : StandAloneChatDisplay
public class TournamentMatchChatDisplay : StandAloneChatDisplay
{
private readonly Bindable<string> chatChannel = new Bindable<string>();
private ChannelManager manager;
public MatchChatDisplay()
public TournamentMatchChatDisplay()
{
RelativeSizeAxes = Axes.X;
Y = 100;