// MNetworkVarNames = Vector m_vMins
// MNetworkVarNames = Vector m_vMaxs
class C_SoundEventAABBEntity : public C_SoundEventEntity
{
public:
    // MNetworkEnable
    Vector m_vMins;
    // MNetworkEnable
    Vector m_vMaxs;
};