verified->official

This commit is contained in:
Timothy Baldridge 2019-10-19 05:22:23 -06:00
parent 7a0ef2a380
commit 60925a1f9f

View File

@ -31,8 +31,8 @@ namespace Wabbajack.Lib.ModListRegistry
[JsonProperty("game")] [JsonProperty("game")]
public Game Game { get; set; } public Game Game { get; set; }
[JsonProperty("verified")] [JsonProperty("official")]
public bool Verified { get; set; } public bool Official { get; set; }
[JsonProperty("links")] [JsonProperty("links")]
public LinksObject Links { get; set; } = new LinksObject(); public LinksObject Links { get; set; } = new LinksObject();