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