| 1675 | } |
| 1676 | |
| 1677 | Direction Player::walkingDirection() const { |
| 1678 | return m_movementController->movingDirection(); |
| 1679 | } |
| 1680 | |
| 1681 | Direction Player::facingDirection() const { |
| 1682 | return m_movementController->facingDirection(); |
nothing calls this directly
no test coverage detected