示例#1
0
        public void requestByJsonStr(string route, string msg, Action <JsonObject> action)
        {
            this.eventManager.AddCallBack(reqId, action);
            protocol.sendByJsonStr(route, reqId, msg);

            reqId++;
        }