Ejemplo n.º 1
0
 void Start()
 {
     thisObj = this.gameObject;
     h = (Behaviour)GetComponent ("Halo");
     h.enabled = false;
     checkPos = false;
     timer = MenuTimer;
     AlreadyUpgradedPylon = false;
     AlreadyUpgradedTurret = false;
     AlreadyUpgradedMine = false;
     buzzSound = thisObj.GetComponent<SoundManagerPylon>();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     instance = this;
 }