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

3 lines
134 B
C#

namespace LLib.Gear;
public readonly record struct MeldInstruction(uint ItemId, int SlotIndex, uint MateriaItemId, bool IsOvermeld);