Ejemplo n.º 1
0
 void Awake()
 {
     gerenCQ = FindObjectOfType <GerenciadorCogumeloQuente>();
     ctrl    = GetComponent <Controlador>();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     tr      = GetComponent <Transform>();
     gerenCQ = FindObjectOfType <GerenciadorCogumeloQuente>();
 }