fix(ItemPayload): serialize item kind

This commit is contained in:
goaaats 2022-01-19 00:44:39 +01:00
parent fd62190cbc
commit 8624c6cffa
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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>