예제 #1
0
 public float GetNumber(string variableName)
 {
     return(variableStore.GetNumber(variableName));
 }