Esempio n. 1
0
 public static void SetBool(string key, bool value)
 {
     PlayerPrefs.SetString(ObscuredPrefs.EncryptKey(key), ObscuredPrefs.EncryptBoolValue(key, value));
 }