public static int GetInt(string key) { int decodedInt = B64X.DecodeToInt(PlayerPrefs.GetString(key)); return(decodedInt); }