void SendDamage(HealthComponent healtComp) { healtComp.SendMessage("TakeDamage", GetWeaponDamage(), SendMessageOptions.DontRequireReceiver); if (gameObject.tag == "EnemyProjectile") { Destroy(gameObject); } }