void OnTriggerEnter(Collider col) { dragon.GetEgg(); Score.eggsCollected += 1; Destroy(this.gameObject); }