// MNetworkVarNames = Vector m_vMins
// MNetworkVarNames = Vector m_vMaxs
class CSoundEventAABBEntity : public CSoundEventEntity
{
public:
    // MNetworkEnable
    Vector m_vMins;
    // MNetworkEnable
    Vector m_vMaxs;
};