Beispiel #1
0
 public bool FindItemInInventory(string item)
 {
     return(itemsForUse.Find(item));
 }