ConfigGenerator fix

This commit is contained in:
TheSergiooo
2017-03-14 08:18:31 +03:00
committed by GitHub
parent d96aada47a
commit 9a9f7390f7

View File

@@ -116,6 +116,10 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public ulong SteamMasterID { get; set; } = 0;
[LocalizedCategory("Access")]
[JsonProperty(Required = Required.DisallowNull)]
public ulong SteamOperatorID { get; set; } = 0;
[LocalizedCategory("Access")]
[JsonProperty]
public string SteamParentalPIN { get; set; } = "0";