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