public override string GetItemType() { return(EquipmentType.ToString()); }
protected override void OnValidate() { base.OnValidate(); gameObject.name = EquipmentType.ToString() + " Slot"; }
public virtual string GetItemType() { return(EquipmentType.ToString()); }