mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix(ItemPayload): serialize item kind
This commit is contained in:
parent
fd62190cbc
commit
8624c6cffa
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
|||
/// <summary>
|
||||
/// Gets or sets the kind of item represented by this payload.
|
||||
/// </summary>
|
||||
[JsonProperty]
|
||||
public ItemKind Kind { get; set; } = ItemKind.Normal;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue