Merge branch 'master' into Patron

This commit is contained in:
Brant Martin
2019-08-19 14:40:25 -04:00
13 changed files with 162 additions and 42 deletions

View File

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