* Gets the cost of building a base inside this region. * @return The construction cost. */
| 132 | * @return The construction cost. |
| 133 | */ |
| 134 | int RuleRegion::getBaseCost() const |
| 135 | { |
| 136 | return _cost; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Checks if a point is inside this region. |