Client reads lobby chat from server

This commit is contained in:
juanjp600
2016-09-01 22:05:13 -03:00
parent 028c3a8bc1
commit 51dd858af1
3 changed files with 44 additions and 2 deletions
@@ -21,6 +21,13 @@ namespace Barotrauma
private GUIListBox playerList;
private GUIListBox subList, modeList, chatBox;
public GUIListBox ChatBox
{
get
{
return chatBox;
}
}
private GUIButton[] traitorProbabilityButtons;
private GUITextBlock traitorProbabilityText;