Skip to content

Instantly share code, notes, and snippets.

@Folling
Created February 7, 2018 14:06
Show Gist options
  • Save Folling/ed35604f12b0b712db5f43915841e13c to your computer and use it in GitHub Desktop.
Save Folling/ed35604f12b0b712db5f43915841e13c to your computer and use it in GitHub Desktop.
private bool InventoryContains(Item i){
return inventory.FindIndex(item => item.id == i.id) >= 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment