void Start() {
		goldCollector = Camera.main.GetComponent<GoldCollector> ();
	}
Esempio n. 2
0
 void Start()
 {
     goldCollector = Camera.main.GetComponent <GoldCollector> ();
 }