Exemplo n.º 1
0
 public static void SetLong(string key, long value)
 {
     PlayerPrefs.SetString(ObscuredPrefs.EncryptKey(key), ObscuredPrefs.EncryptLongValue(key, value));
 }