Esempio n. 1
0
 public void SellItem()
 {
     PlayerGlobalStatus.RemoveItem(item);
     UpdateUpgradePanelStatus();
     CheckChildsTags();
 }