Exemplo n.º 1
0
 public double GetItemPricePer(GameObject item)
 {
     return((item.GetIntProperty("Currency", 0) != 0) ? item.ValueEach : item.ValueEach *(double)this.CopyOfInternalMethod_TradeUI_GetMultiplier());
 }