Rewrite command-line arguments

This commit is contained in:
JustArchi
2018-04-18 01:04:28 +02:00
parent a8766c4f37
commit c06d9cc887
15 changed files with 97 additions and 93 deletions

View File

@@ -81,6 +81,9 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal readonly byte InventoryLimiterDelay = 3;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool IPC;
[JsonProperty]
internal readonly string IPCPassword;