Esempio n. 1
0
 void Start()
 {
     master = (ManagerAsteroids)GameObject.FindObjectOfType(typeof(ManagerAsteroids));
 }
Esempio n. 2
0
 public Bomb(int ea, int fi)
 {
     AddGoal (ResourcesID.Earth, ea);
     AddGoal (ResourcesID.Fire, fi);
     mAst = (ManagerAsteroids)GameObject.FindObjectOfType(typeof(ManagerAsteroids));
 }