public class Character :Inventory //character继承自inventory
但是inventory 有个字段 protected Slot[] slotList;
在初始化中slotList = GetComponentsInChildren<Slot>(); slotList获取到子物体下面Slot组件的集合!(来自KnapsackPanel下)
但是在CharacterPanel(脚本是Character)下组件的名称是 EquipmentSlot 根本不是Slot为什么也能获取到啊?????
照样能够像KnapsackPanel存储 百思不得其解!!!!
如果继承自了slot, 就可以获取, 就比如 你想要水果, 不管是给你香蕉还是苹果,都是对的 ,因为他们都是水果