class ConstraintSoundInfo
{
    void* __vftable;
public:
    // MNotSaved = !!UNKNOWN!!
    VelocitySampler m_vSampler;
    SimpleConstraintSoundProfile m_soundProfile;
    // MNotSaved = !!UNKNOWN!!
    Vector m_forwardAxis;
    CUtlSymbolLarge m_iszTravelSoundFwd;
    CUtlSymbolLarge m_iszTravelSoundBack;
private:
    uint8 pad_0060[24];
public:
    CUtlSymbolLarge m_iszReversalSoundSmall;
    CUtlSymbolLarge m_iszReversalSoundMedium;
    CUtlSymbolLarge m_iszReversalSoundLarge;
    // MNotSaved = !!UNKNOWN!!
    bool m_bPlayTravelSound;
    // MNotSaved = !!UNKNOWN!!
    bool m_bPlayReversalSound;
};