using FFXIVClientStructs.FFXIV.Client.Game; namespace LLib.Gear; public readonly record struct BestItemRef(InventoryType Container, int Slot, uint ItemId, uint ItemLevel, float SubstatScore);