Esempio n. 1
0
 public void UpdateValue()
 {
     if (xpSlider != null)
     {
         xpSlider.fillAmount = (float)xp.GetFillAmount();
     }
 }