Ejemplo n.º 1
0
 public static void SetString(string key, string value)
 {
     PlayerPrefs.SetString(ObscuredPrefs.EncryptKey(key), ObscuredPrefs.EncryptStringValue(key, value));
 }