class CPathMover : public CPathSimple
{
public:
    CUtlVector<CHandle<CMoverPathNode>> m_vecPathNodes;
    CUtlVector<CHandle<CFuncMover>> m_vecMovers;
    CTransform m_xInitialPathWorldToLocal;
};