(80eb10d43) Option to automatically pause the game when the window loses focus (on by default)

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:34:17 +03:00
parent 9e7bcbd409
commit f72fd0bf29
6 changed files with 134 additions and 238 deletions
@@ -190,6 +190,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;