Exemplo n.º 1
0
 void Start()
 {
     Invoke("Explode", 3f);
     gameManagerEngine = GameObject.FindGameObjectWithTag("Engine").GetComponent <GameManagerEngine>();
 }
Exemplo n.º 2
0
 void Start()
 {
     gameManagerEngine = GameObject.FindGameObjectWithTag("Engine").GetComponent <GameManagerEngine>();
     anim = gameObject.GetComponent <Animator>();
 }