class TeleporterParams_t
{
public:
    CResourceNameTyped<CWeakHandle<InfoForResourceTypeIParticleSystemDefinition>> m_StartEffect;
    CResourceNameTyped<CWeakHandle<InfoForResourceTypeIParticleSystemDefinition>> m_EndEffect;
    CSoundEventName m_strEnterSound;
    CSoundEventName m_strStartSound;
    CSoundEventName m_strTeleportedSound;
};

KV3 Class Defaults

{
    m_StartEffect = resource_name:""
    m_EndEffect = resource_name:""
    m_strEnterSound = soundevent:""
    m_strStartSound = soundevent:""
    m_strTeleportedSound = soundevent:""
}