| 504 | } |
| 505 | |
| 506 | Maybe<EntityAnchorState> ActorMovementController::anchorState() const { |
| 507 | return m_anchorState.get(); |
| 508 | } |
| 509 | |
| 510 | EntityAnchorConstPtr ActorMovementController::entityAnchor() const { |
| 511 | return m_entityAnchor; |
no test coverage detected