Esempio n. 1
0
 public Client(Socket mSock, Dictionary <ushort, Packet> mCommandTable)
 {
     this.netIO = new NetIO(mSock, mCommandTable, this, null);
 }
Esempio n. 2
0
 public Client(Socket mSock, Dictionary<ushort, Packet> mCommandTable)
 {
     this.netIO = new NetIO(mSock, mCommandTable, this, null);
 }