using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 装备物品 /// public class EquipmentItem : InventoryItem { }