(1a6547633) Write the version number to a "Version.txt" file in the output folder during the build process

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:29:41 +03:00
parent cffaef3c3c
commit 08559f3438
6 changed files with 265 additions and 37 deletions
@@ -176,6 +176,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;