class CCitadelPayload_PathMarker : public CPointEntity
{
public:
    int32 m_iLane;
    bool m_bStart;
    bool m_bRollBackToHere;
    float32 m_flDistFromPrev;
    float32 m_flProgressAlongTotalPath;
    CCitadelPayload_PathMarker* m_pPrevious;
};