mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Expose itemPayload ID.
Otter had to reflect it.
This commit is contained in:
parent
72668ed057
commit
f38629e36b
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue