// MNetworkVarNames = Vector m_vMins
// MNetworkVarNames = Vector m_vMaxs
class CSoundEventOBBEntity : public CSoundEventEntity
{
public:
    // MNetworkEnable
    Vector m_vMins;
    // MNetworkEnable
    Vector m_vMaxs;
private:
    uint8 pad_05D0[16];
};