Add json attribute to IsHQ

This commit is contained in:
ms2mml 2020-09-07 17:40:26 -07:00
parent 3d02e2438b
commit a4ae5f0ad2

View file

@ -59,6 +59,7 @@ namespace Dalamud.Game.Chat.SeStringHandling.Payloads
/// <summary>
/// Whether or not this item link is for a high-quality version of the item.
/// </summary>
[JsonProperty]
public bool IsHQ { get; private set; } = false;
[JsonProperty]