Exemplo n.º 1
0
 int TechType::gasPrice() const
 {
   // Gas price is exactly the same as mineral price
   return mineralPrice();
 }
Exemplo n.º 2
0
 int UpgradeType::gasPrice(int level) const
 {
   // Gas price is exactly the same as mineral price
   return mineralPrice(level);
 }