Ejemplo n.º 1
0
 void UpdateGaugeBar(Stat stat, CharacterStat src)
 {
     stat.gaugeBar.fillAmount = src.GetStatRatio(stat.statType.name);
 }