public int GetSellPrice() { CTalisman_Item item = ItemImpl; if (item == null) { return(0); } ; return(item.GetItemPrice()); }