public static void Save()
 {
     LoadSave.Save(hotspotsFileName, hotspots, typeof(List <Hotspot>));
 }
 public void Save()
 {
     LoadSave.Save(youarehereLocationFile, instance, typeof(YouAreHereLocation));
 }
 public void Save()
 {
     LoadSave.Save(groupFileName, Items, typeof(List <string>));
 }
 public static void Save()
 {
     LoadSave.Save(groupSettingsFileName, groupSettings, typeof(GroupSettings));
 }
 public static void Save()
 {
     LoadSave.Save(shopFileName, Shops, typeof(List <Shop>));
 }
 public static void Save()
 {
     LoadSave.Save(adsFileName, Ads, typeof(List <AdSettings>));
 }
 public static void Save()
 {
     LoadSave.Save(logoSettingsPath, instance, typeof(LogoSettings));
 }
 public static void Save()
 {
     LoadSave.Save(recentFilesFile, files, typeof(List <string>));
 }
 public static void Save()
 {
     LoadSave.Save(userFile, instance, typeof(User));
 }