Exemplo n.º 1
0
 public void ChangeValue(FloatVariable variable)
 {
     RuntimeValue += variable.GetValue();
 }
Exemplo n.º 2
0
 public void SetValue(FloatVariable variable)
 {
     RuntimeValue = variable.GetValue();
 }