Ejemplo n.º 1
0
 public void OnMassChanged(float initialMass, float mass)
 {
     massText.LerpToTargetValue((int)initialMass, (int)mass);
 }