private void OnTriggerEnter(Collider other) { if (other.gameObject.tag.Equals("Monster")) { launcher.AttackHit(other.gameObject); } }