// MNetworkVarNames = int8 m_ iCurrentMaxRagdollCount
class CRagdollManager : public CBaseEntity
{
public:
// MNetworkEnable
int8 m_ iCurrentMaxRagdollCount;
int32 m_ iMaxRagdollCount;
bool m_ bSaveImportant;
bool m_ bCanTakeDamage;
};