Exemple #1
0
 public void DeleteAllConfigs()
 {
     shopDataConfig      = new ShopDataConfig();
     importantDataConfig = new ImportantDataConfig();
     changableDataConfig = new ChangableDataConfig();
     PlayerPrefs.DeleteAll();
     Debug.Log("ALL! CONFIGS DELETED!");
 }
Exemple #2
0
 private void LoadImportantConfig()
 {
     importantDataConfig = LoadConfig(importantDataConfig);
 }