CEngineSharp_Server.Networking.ConnectionEventArgs.ConnectionEventArgs C# (CSharp) Méthode

ConnectionEventArgs() public méthode

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