mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
fix(ContextMenu): ctor visibility
This commit is contained in:
parent
a3686d9c93
commit
6131c3efa1
7 changed files with 8 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
/// <param name="id">The id of the item.</param>
|
||||
/// <param name="count">The count of the item in the stack.</param>
|
||||
/// <param name="isHighQuality">Whether the item is high quality.</param>
|
||||
public InventoryItemContext(uint id, uint count, bool isHighQuality)
|
||||
internal InventoryItemContext(uint id, uint count, bool isHighQuality)
|
||||
{
|
||||
this.Id = id;
|
||||
this.Count = count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue