9 lines
173 B
C#
9 lines
173 B
C#
using FFXIVClientStructs.FFXIV.Client.Game;
|
|
|
|
namespace AetherBags.Inventory.Scanning;
|
|
|
|
public struct AggregatedItem
|
|
{
|
|
public InventoryItem First;
|
|
public int Total;
|
|
} |