Exemple #1
0
 public void hookHit()
 {
     healthbar.value -= 12f;
     currentHealth    = healthbar.value;
     score.boxer2Attack2Points();
 }