Esempio n. 1
0
 public void regRPCProcesser(uint msgID, NetManager.RPCProcCreator procCrtFunc)
 {
     this._netM.regRPCProcesser(msgID, procCrtFunc);
 }
Esempio n. 2
0
 public void regRPCProcesser(uint msgID, NetManager.RPCProcCreator procCrtFunc)
 {
     this._rpcMsgProcCls[msgID] = procCrtFunc;
 }