Exemplo n.º 1
0
 public static void Save()
 {
     LoadSave.Save(hotspotsFileName, hotspots, typeof(List <Hotspot>));
 }
Exemplo n.º 2
0
 public void Save()
 {
     LoadSave.Save(youarehereLocationFile, instance, typeof(YouAreHereLocation));
 }
Exemplo n.º 3
0
 public void Save()
 {
     LoadSave.Save(groupFileName, Items, typeof(List <string>));
 }
Exemplo n.º 4
0
 public static void Save()
 {
     LoadSave.Save(groupSettingsFileName, groupSettings, typeof(GroupSettings));
 }
Exemplo n.º 5
0
 public static void Save()
 {
     LoadSave.Save(shopFileName, Shops, typeof(List <Shop>));
 }
Exemplo n.º 6
0
 public static void Save()
 {
     LoadSave.Save(adsFileName, Ads, typeof(List <AdSettings>));
 }
Exemplo n.º 7
0
 public static void Save()
 {
     LoadSave.Save(logoSettingsPath, instance, typeof(LogoSettings));
 }
Exemplo n.º 8
0
 public static void Save()
 {
     LoadSave.Save(recentFilesFile, files, typeof(List <string>));
 }
Exemplo n.º 9
0
 public static void Save()
 {
     LoadSave.Save(userFile, instance, typeof(User));
 }