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