| 582 | } |
| 583 | |
| 584 | void Humanoid::setFacingDirection(Direction facingDirection) { |
| 585 | m_facingDirection = facingDirection; |
| 586 | } |
| 587 | |
| 588 | void Humanoid::setMovingBackwards(bool movingBackwards) { |
| 589 | m_movingBackwards = movingBackwards; |
no outgoing calls
no test coverage detected