mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Add json attribute to IsHQ
This commit is contained in:
parent
3d02e2438b
commit
a4ae5f0ad2
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ namespace Dalamud.Game.Chat.SeStringHandling.Payloads
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether or not this item link is for a high-quality version of the item.
|
/// Whether or not this item link is for a high-quality version of the item.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonProperty]
|
||||||
public bool IsHQ { get; private set; } = false;
|
public bool IsHQ { get; private set; } = false;
|
||||||
|
|
||||||
[JsonProperty]
|
[JsonProperty]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue