Exemplo n.º 1
0
 public void SetHealth(float num)
 {
     CurrentHealth = num;
     bar.SetHealthBar(num);
 }