fixed featured marvel glider image + added marvel series rarity

This commit is contained in:
AsvalGTA
2019-04-25 19:09:41 +02:00
parent 6f6b7cfcd2
commit 4ac5f0714b
6 changed files with 109 additions and 75 deletions

View File

@@ -30,6 +30,9 @@ namespace FModel.Parser.Items
[JsonProperty("Rarity")]
public string Rarity { get; set; }
[JsonProperty("Series")]
public string Series { get; set; }
[JsonProperty("DisplayName")]
public string DisplayName { get; set; }