Exemplo n.º 1
0
 public static void SetInt(string key, int value)
 {
     PlayerPrefs.SetString(ObscuredPrefs.EncryptKey(key), ObscuredPrefs.EncryptIntValue(key, value));
 }