Example #1
0
 private void Start()
 {
     currentHealth = maxHealth;
     Healthbar.SetMaximumHealth(maxHealth);
 }