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