// Token: 0x0600C6A8 RID: 50856 RVA: 0x003702CC File Offset: 0x0036E4CC public void AddDataEndToInputBuffer(ChatVoiceInfo chatInfo, bool isValid) { if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_AddDataEndToInputBufferChatVoiceInfoBoolean_hotfix != null) { this.m_AddDataEndToInputBufferChatVoiceInfoBoolean_hotfix.call(new object[] { this, chatInfo, isValid }); return; } BJLuaObjHelper.IsSkipLuaHotfix = false; this.AddDataToInputBuffer(new PlayerVoiceHandleThread.VoicePacket { m_type = DataType.End, m_chatInfo = chatInfo, m_isValid = isValid }); }
// Token: 0x0600C6CC RID: 50892 RVA: 0x00370E4C File Offset: 0x0036F04C public LuaExportHelper(ChatVoiceInfo owner) { this.m_owner = owner; }