namespace LLib.Gear; public readonly record struct MeldSlotInfo(int SlotIndex, uint MateriaId, byte Grade) { public bool IsEmpty => MateriaId == 0; }