Add GiftsLimiterDelay

This commit is contained in:
JustArchi
2016-06-24 22:26:52 +02:00
parent a23bca7960
commit 03ee96057f
7 changed files with 30 additions and 20 deletions

View File

@@ -86,6 +86,9 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public byte InventoryLimiterDelay { get; set; } = 3;
[JsonProperty(Required = Required.DisallowNull)]
public byte GiftsLimiterDelay { get; set; } = 1;
[JsonProperty(Required = Required.DisallowNull)]
public bool ForceHttp { get; set; } = false;