public void InitiateBird(BirdController bird) { _bird = bird; _bird.MoveTo(transform.position, gameObject); circleCollider2D.enabled = true; }