Expose itemPayload ID.

Otter had to reflect it.
This commit is contained in:
Raymond 2021-08-10 18:16:22 -04:00
parent 72668ed057
commit f38629e36b

View file

@ -72,6 +72,12 @@ namespace Dalamud.Game.Text.SeStringHandling.Payloads
}
}
/// <summary>
/// Gets the raw item ID of this payload.
/// </summary>
[JsonIgnore]
public uint ItemId => this.itemId;
/// <summary>
/// Gets the underlying Lumina Item represented by this payload.
/// </summary>