Esempio n. 1
0
        public void Init(int connId, int bindPort)
        {
            Debuger.Log("connId:{0}, bindPort:{1}", connId, bindPort);

            this.id       = connId;
            this.bindPort = bindPort;
            onReceive     = new SGFEvent <byte[], int>();
        }