Exemple #1
0
 public void SetNumber(string variableName, float number)
 {
     variableStore.SetNumber(variableName, number);
 }