class SimpleConstraintSoundProfile
{
    void* __vftable;
public:
    float32 m_flKeyPointMinSoundThreshold;
    float32 m_flKeyPointMaxSoundThreshold;
    float32 m_reversalSoundThresholdSmall;
    float32 m_reversalSoundThresholdMedium;
    float32 m_reversalSoundThresholdLarge;
};