Esempio n. 1
0
 void OnItemTap(ItemController item)
 {
     if (bag.IsInBag(item))
     {
         bag.ReleaseItem(item);
     }
 }