Exemple #1
0
 public void UpdateLife()
 {
     LifeCounter.text = playerLife.getLife().ToString() + "/100";
 }