Add -testplugin commandline switch

This commit is contained in:
Brant Martin
2019-07-15 11:10:10 -04:00
parent 983aff2091
commit f15139e907
3 changed files with 41 additions and 6 deletions

View File

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