Exemple #1
0
 //HP
 public void UpdateHealth(int currentHp)
 {
     uiHealth.UpdateHealth(currentHp);
 }