コード例 #1
0
 // 请求离开房间
 public void ReqQuitRoom(String uid)
 {
     byte[] data = PBConverter.ReqQuitRoom(uid);
     SendData(data);
 }