5202af9...3ea33fb

This commit is contained in:
Joonas Rikkonen
2019-03-18 21:46:09 +02:00
parent 044fd3344b
commit 97f31d0c94
61 changed files with 2585 additions and 558 deletions
@@ -78,9 +78,6 @@ namespace Barotrauma
private GUIButton faceSelectionLeft;
private GUIButton faceSelectionRight;
private GUIButton faceSelectionLeft;
private GUIButton faceSelectionRight;
private float autoRestartTimer;
//persistent characterinfo provided by the server
@@ -125,12 +122,6 @@ namespace Barotrauma
private set;
}
public GUIButton ShowLogButton
{
get;
private set;
}
public GUIListBox SubList
{
get { return subList; }