Esempio n. 1
0
 void revive(Image actionMeter, Image health)
 {
     actionPoints.revive(actionMeter);
     healthBar.fill(health);
 }