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