Example #1
0
 public static void SaveConfig(string configName, Dictionary <string, string> data)
 {
     JSONManager.SaveObject(configName, data);
 }