void Start() { trans = GetComponent <Transform>(); posInicial = trans.position; boss = FindObjectOfType <construindoNave>(); }
void Start() { boss = FindObjectOfType <construindoNave>(); }