| 1003 | } |
| 1004 | |
| 1005 | Direction Npc::facingDirection() const { |
| 1006 | return m_movementController->facingDirection(); |
| 1007 | } |
| 1008 | |
| 1009 | Direction Npc::walkingDirection() const { |
| 1010 | return m_movementController->movingDirection(); |
no outgoing calls
no test coverage detected