private void FixedUpdate() { if (this.GetComponent <MovGancho>() == null && dead != null) { muerto = dead.GetDead(); } }