Rewrite #414 in a way that makes me happy

This commit is contained in:
JustArchi
2017-01-11 15:22:00 +01:00
parent d188065490
commit de897aaa92
7 changed files with 252 additions and 199 deletions

View File

@@ -108,10 +108,6 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public bool ShutdownOnFarmingFinished { get; set; } = false;
[LocalizedCategory("Access")]
[JsonProperty]
public string SteamApiKey { get; set; } = null;
[LocalizedCategory("Core")]
[JsonProperty]
public string SteamLogin { get; set; } = null;