예제 #1
0
 protected NetSocialModule(int readChannel, int writeChannel)
 {
     _reader = new SteamP2PReader(readChannel);
     _writer = new SteamP2PWriter(writeChannel);
 }
예제 #2
0
 protected NetSocialModule(int readChannel, int writeChannel)
 {
     this._reader = new SteamP2PReader(readChannel);
     this._writer = new SteamP2PWriter(writeChannel);
 }