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")]
public Game Game { get; set; }
[JsonProperty("verified")]
public bool Verified { get; set; }
[JsonProperty("official")]
public bool Official { get; set; }
[JsonProperty("links")]
public LinksObject Links { get; set; } = new LinksObject();