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

3 lines
117 B
C#

namespace LLib.Gear;
public readonly record struct SlotCondition(int SlotIndex, uint ItemId, int ConditionPercent);