Exemplo n.º 1
0
 protected Savable(string key)
 {
     Key = key;
     SavableProfile.SubscribeToProfileChange(OnProfileSwitch);
 }
Exemplo n.º 2
0
 public static void ClearEverything()
 {
     PlayerPrefs.SetString("P" + SavableProfile.ActiveProfile, "");
     SavableProfile.SetActiveProfile(0);
 }