// MNetworkVarNames = int8 m_iCurrentMaxRagdollCount
class CRagdollManager : public C_BaseEntity
{
public:
    // MNetworkEnable
    int8 m_iCurrentMaxRagdollCount;
};