Exemplo n.º 1
0
 public void AttainItem(ItemController.ItemType itemType)
 {
     ShowProperItemImages(itemType);
     attainedItem = itemType;
 }
Exemplo n.º 2
0
 private void ShowProperItemImages(ItemController.ItemType itemType)
 {
     itemImages [(int)itemType].SetActive(true);
 }