Guest User

Untitled

a guest
Feb 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. private bool InventoryContains(Item i){
  2. return inventory.FindIndex(item => item.id == i.id) >= 0;
  3. }
Add Comment
Please, Sign In to add comment