CEngineSharp_Server.Networking.ConnectionEventArgs.ConnectionEventArgs C# (CSharp) Method

ConnectionEventArgs() public method

public ConnectionEventArgs ( NetConnection connection ) : System
connection Lidgren.Network.NetConnection
return System
        public ConnectionEventArgs(NetConnection connection)
        {
            _connection = connection;
        }
ConnectionEventArgs