Saving server info box & traitor settings

This commit is contained in:
Regalis
2016-11-16 17:36:38 +02:00
parent 184c6858cd
commit 5b99f9e35e
3 changed files with 25 additions and 3 deletions
@@ -51,6 +51,11 @@ namespace Barotrauma
private GUITextBox serverMessage;
public GUITextBox ServerMessage
{
get { return serverMessage; }
}
public GUIListBox SubList
{
get { return subList; }