protected NetSocialModule(int readChannel, int writeChannel) { _reader = new SteamP2PReader(readChannel); _writer = new SteamP2PWriter(writeChannel); }
protected NetSocialModule(int readChannel, int writeChannel) { this._reader = new SteamP2PReader(readChannel); this._writer = new SteamP2PWriter(writeChannel); }