Esempio n. 1
0
 protected internal Condition MakeCondition(bool buying)
 {
     return(buying ? cost.MakeCondition() : good.MakeCondition());
 }