예제 #1
0
 void OnEnableSale()
 {
     if (it._Item._InventoryType == InventoryType.Drug)
     {
         inventoryPopup.OnClose();
     }
     salePopup.Show(it);
 }