Esempio n. 1
0
 void Start()
 {
     if (man == null)
     {
         man = GameObject.Find("shopScreenManager").GetComponent <ShopScreenManager>();
     }
 }
Esempio n. 2
0
 private void Awake()
 {
     Instance = this;
     allItemsSlots.Add(itemSlotOne);
     allItemsSlots.Add(itemSlotTwo);
     allItemsSlots.Add(itemSlotThree);
     allItemsSlots.Add(itemSlotFour);
     allItemsSlots.Add(itemSlotFive);
     allItemsSlots.Add(itemSlotSix);
     allItemsSlots.Add(itemSlotSeven);
     allItemsSlots.Add(itemSlotEight);
 }
Esempio n. 3
0
 private void Awake()
 {
     Instance = this;
 }