CEngineSharp_Server.Networking.ConnectionEventArgs.ConnectionEventArgs C# (CSharp) 메소드

ConnectionEventArgs() 공개 메소드

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