This commit is contained in:
JustArchi
2016-04-26 22:05:58 +02:00
parent 344c2ad23d
commit 8118fe0690
8 changed files with 26 additions and 26 deletions

View File

@@ -39,8 +39,8 @@ namespace ConfigGenerator {
[JsonProperty]
public string SteamLogin { get; set; } = null;
[PasswordPropertyText(true)]
[JsonProperty]
[PasswordPropertyText(true)]
public string SteamPassword { get; set; } = null;
[JsonProperty]