Exemplo n.º 1
0
 public float GetFloat(string key, float defaultValue = 0.0f)
 {
     return(config.GetFloat(key, defaultValue));
 }