コード例 #1
0
        /*发起连接请求
         * **/
        public void ConnectIP(string ip, int port)
        {
            ClientNet cn = ClientNet.Singleton;

            cn.ConnectIP(GameConfig.SERVER_HOST, GameConfig.SERVER_PORT);
        }