* Returns the base facility's X position on the * base grid that it's placed on. * @return X position in grid squares. */
| 80 | * @return X position in grid squares. |
| 81 | */ |
| 82 | int BaseFacility::getX() const |
| 83 | { |
| 84 | return _x; |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Changes the base facility's X position on the |
no outgoing calls
no test coverage detected