public void ClearMovementQueue() { _movePosQue.Clear(); _onMoveEndActionByQue = null; StopMoveInDestination(); _characterComponent.Stop(); }