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