Ejemplo n.º 1
0
 public void JoinRoom(JoinRoomRequestParameter parameter, Component receiver, string methodName)
 {
     this.CommunicateWithServer(receiver, methodName, true, parameter.GetHashtableFromParameter(),
                                ClientCommandConsts.JOIN_ROOM_REQUEST, ServerCommandConsts.JOIN_ROOM_RESPONSE);
 }