qstbak/LLib/LLib.Gear/BestItemRef.cs
2026-08-17 20:29:32 +10:00

5 lines
194 B
C#

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