You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
More NAT stuff
Added NetConnection.Owner
This commit is contained in:
@@ -79,6 +79,11 @@ namespace Lidgren.Network
|
||||
/// </summary>
|
||||
public IPEndPoint RemoteEndpoint { get { return m_remoteEndpoint; } }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the owning NetPeer instance
|
||||
/// </summary>
|
||||
public NetPeer Owner { get { return m_owner; } }
|
||||
|
||||
internal NetConnection(NetPeer owner, IPEndPoint remoteEndpoint)
|
||||
{
|
||||
m_owner = owner;
|
||||
|
||||
Reference in New Issue
Block a user