Ejemplo n.º 1
0
 void OnSetup()
 {
     // Add references to other scripts
     gameManager  = GameManager.Instance;
     utilities    = Utilities.Instance;
     idles        = Idles.Instance;
     moneyManager = MoneyManager.Instance;
     gameManager  = GameManager.Instance;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     Instance = this;
     prefabs  = new List <Buyable>();
 }