Put massive amount of work into STM integration, #84

This commit is contained in:
JustArchi
2016-04-20 21:27:57 +02:00
parent a5d8ae53dd
commit 88369ec71a
7 changed files with 403 additions and 108 deletions

View File

@@ -68,6 +68,9 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public bool AcceptGifts { get; set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
public bool SteamTradeMatcher { get; set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
public bool ForwardKeysToOtherBots { get; set; } = false;