* Returns the base facility's Y position on the * base grid that it's placed on. * @return Y position in grid squares. */
| 100 | * @return Y position in grid squares. |
| 101 | */ |
| 102 | int BaseFacility::getY() const |
| 103 | { |
| 104 | return _y; |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Changes the base facility's Y position on the |
no outgoing calls
no test coverage detected