Beispiel #1
0
 public void SendVoiceReq(long uuid, ChatInfo2Channel action)
 {
     this.m_req_voice_uuid   = uuid;
     this.m_req_voice_target = action;
     NetworkManager.Send(new GetVideoReq
     {
         videoUId = uuid
     }, ServerType.Chat);
 }
Beispiel #2
0
 public void VoiceReqReset()
 {
     this.m_req_voice_uuid   = 0L;
     this.m_req_voice_target = null;
 }