public void UnlockItem(StringConstant itemKey) { PlayerPrefs.SetInt(itemKey.Value, 1); }
public int GetItem(StringConstant key) { return(PlayerPrefs.GetInt(key.Value)); }