mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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>
|
/// <summary>
|
||||||
/// Gets the underlying Lumina Item represented by this payload.
|
/// Gets the underlying Lumina Item represented by this payload.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue