class CSmoothFunc
{
    void* __vftable;
public:
    float32 m_flSmoothAmplitude;
    float32 m_flSmoothBias;
    float32 m_flSmoothDuration;
    float32 m_flSmoothRemainingTime;
    int32 m_nSmoothDir;
};