Exemple #1
0
 public void jabHit()
 {
     healthbar.value -= 5f;
     currentHealth    = healthbar.value;
     score.boxer1Attack1Points();
 }