Example #1
0
 public void TakeDamage(float damage)
 {
     player_Hp.RecieveDamage(damage);
 }