class CRagdollConstraint : public CPhysConstraint
{
public:
float32 m_xmin;
float32 m_xmax;
float32 m_ymin;
float32 m_ymax;
float32 m_zmin;
float32 m_zmax;
float32 m_xfriction;
float32 m_yfriction;
float32 m_zfriction;
};