void OnTriggerEnter(Collider other) { if (other.gameObject.tag == "Projectile") { Destroy(this.gameObject); MissionDemolition.RemoveShotFired(); } }