public void DealDamage(float damage)
 {
     healthComponent.HealthDown(damage);
 }