Update protobuf to 2.4

This commit is contained in:
Brant Martin
2019-06-06 15:54:05 -04:00
parent 0a852c49e8
commit 19995eba1a
16 changed files with 86 additions and 13 deletions

View File

@@ -23,6 +23,8 @@ namespace Torch.Client
public bool NoGui { get; set; } = false;
public bool RestartOnCrash { get; set; } = false;
public string WaitForPID { get; set; } = null;
public string ChatName { get; set; }
public string ChatColor { get; set; }
public bool Save(string path = null)
{