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

3 lines
133 B
C#

namespace LLib.Gear;
public readonly record struct SlotSpiritbond(int SlotIndex, uint ItemId, int SpiritbondPercent, bool IsReady);