Class Equipment
Represent an item that can be equip into a slot for a character
Implements
Properties
EquipmentType
Which type is this quipment
Declaration
public abstract EquipmentType EquipmentType { get; }
MaxStackCount
Count limitation for multiple items inside one inventory slot
Declaration
public override int MaxStackCount { get; }