3 lines
133 B
C#
3 lines
133 B
C#
namespace LLib.Gear;
|
|
|
|
public readonly record struct SlotSpiritbond(int SlotIndex, uint ItemId, int SpiritbondPercent, bool IsReady);
|