Exemplo n.º 1
0
 public void DamagePlayer(int damage)
 {
     health_bar.DamagePlayer(damage);
 }