class CRagdollMagnet : public CPointEntity
{
public:
bool m_ bDisabled;
float32 m_ radius;
float32 m_ force;
VectorWS m_ axis;
};class CRagdollMagnet : public CPointEntity
{
public:
bool m_ bDisabled;
float32 m_ radius;
float32 m_ force;
VectorWS m_ axis;
};