public void OnEnergyChanged(StatResource.StatPersistence ratio) { _energy.SetValue(ratio.Current, ratio.Total); }
public void OnExperienceChanged(StatResource.StatPersistence ratio) { _experience.SetValue(ratio.Current, ratio.Total); }
public void OnHealthChanged(StatResource.StatPersistence ratio) { _health.SetValue(ratio.Current, ratio.Total); }