Exemplo n.º 1
0
 public void SetPlayerHealth(int value, int max)
 {
     playerHealthBar.SetValue(value);
     playerHealthBar.SetMax(max);
 }