Lets people use keybinds to start chatting in lobby

This commit is contained in:
Alex Noir
2017-12-05 18:01:10 +03:00
parent fde3ed40a8
commit d4ce079d65
2 changed files with 17 additions and 10 deletions
@@ -33,6 +33,13 @@ namespace Barotrauma
private GUIListBox jobList;
private GUITextBox textBox, seedBox;
public GUITextBox TextBox
{
get
{
return textBox;
}
}
private GUIFrame defaultModeContainer, campaignContainer;