Implement kick on restart

This commit is contained in:
Brant Martin
2019-08-16 12:48:16 -04:00
parent a42f5ab273
commit f1616f6532
8 changed files with 138 additions and 37 deletions

View File

@@ -22,6 +22,7 @@ namespace Torch
string WaitForPID { get; set; }
string ChatName { get; set; }
string ChatColor { get; set; }
bool DisconnectOnRestart { get; set; }
bool Save(string path = null);
}