Beispiel #1
0
 protected void Start()
 {
     _image       = GetComponent <Image>();
     _layoutGroup = Inventory.instance.GetComponentInChildren <InventorySlotLayoutGroup>();
 }
Beispiel #2
0
 protected void Start()
 {
     _image = GetComponent<Image>();
     _layoutGroup = Inventory.instance.GetComponentInChildren<InventorySlotLayoutGroup>();
 }