Add customizable server chat name and color

This commit is contained in:
John Gross
2019-04-08 19:46:58 -07:00
parent 2c47cfd60e
commit 7d8838c0ee
6 changed files with 37 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ namespace Torch
bool ShouldUpdateTorch { get; }
int TickTimeout { get; set; }
string WaitForPID { get; set; }
string ChatName { get; set; }
string ChatColor { get; set; }
bool Save(string path = null);
}