Esempio n. 1
0
 public static void SetFloat(string key, float value)
 {
     PlayerPrefs.SetString(ObscuredPrefs.EncryptKey(key), ObscuredPrefs.EncryptFloatValue(key, value));
 }