class CRagdollMagnet : public CPointEntity
{
public:
    bool m_bDisabled;
    float32 m_radius;
    float32 m_force;
    Vector m_axis;
};