// MNetworkVarNames = Vector m_vMins
// MNetworkVarNames = Vector m_vMaxs
class C_SoundEventOBBEntity : public C_SoundEventEntity
{
public:
    // MNetworkEnable
    Vector m_vMins;
    // MNetworkEnable
    Vector m_vMaxs;
private:
    uint8 pad_06C8[16];
};