Exemplo n.º 1
0
 protected override int CalculatePrice()
 {
     return((int)Math.Max(1, PriceCalculator.GetModifier(Item) * 2));
 }