Example #1
0
 // Use this for initialization
 void Start()
 {
     item      = new InventoryItem();
     inventory = new List <InventoryItem>();
 }