Adjust behavior of restarts. Closes #337

This commit is contained in:
Brant Martin
2019-08-25 11:55:14 -04:00
parent ef444730b7
commit 997a3ca31c
4 changed files with 16 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ namespace Torch.API
/// <summary>
/// Restart the Torch instance, blocking until the restart has been performed.
/// </summary>
void Restart();
void Restart(bool save = true);
/// <summary>
/// Initializes a save of the game.