Exemplo n.º 1
0
 public ItemObject GetItem(string itemName)
 {
     return(inventory.LookUpItem(itemName));
 }