Exemplo n.º 1
0
 private void Awake()
 {
     script = GetComponentInParent <EnemigoAbsorb>();
 }
Exemplo n.º 2
0
 void Start()
 {
     enemigo = GetComponentInParent <EnemigoAbsorb>();
 }