Exemplo n.º 1
0
 public static void Reset(
     string key,
     string defaultValue,
     string description)
 {
     ServerCore.ResetConfigValue(key, defaultValue, description);
 }