예제 #1
0
 public void SetReadEvent(SteamP2PReader.OnReadEvent method)
 {
     this._readEvent = method;
 }
예제 #2
0
 protected NetSocialModule(int readChannel, int writeChannel)
 {
     _reader = new SteamP2PReader(readChannel);
     _writer = new SteamP2PWriter(writeChannel);
 }
예제 #3
0
 protected NetSocialModule(int readChannel, int writeChannel)
 {
     this._reader = new SteamP2PReader(readChannel);
     this._writer = new SteamP2PWriter(writeChannel);
 }