Пример #1
0
 public static void SetHealth(float value)
 {
     instance.healthText.text = instance.GetHealthString(value);
 }