コード例 #1
0
ファイル: TechType.cpp プロジェクト: AdesChacal/bwapi
 int TechType::gasPrice() const
 {
   // Gas price is exactly the same as mineral price
   return mineralPrice();
 }
コード例 #2
0
ファイル: UpgradeType.cpp プロジェクト: AdamKotynia/bwapi
 int UpgradeType::gasPrice(int level) const
 {
   // Gas price is exactly the same as mineral price
   return mineralPrice(level);
 }