Summary
public MyInventoryItem? FindItem(MyItemType itemType)
Tries to find an item of given type inside this inventory.
Returns
Info about item found, null in case there is no item of given type inside this inventory
Parameters
- MyItemType itemType