Ejemplo n.º 1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="DefaultProxy"/> class.
        /// </summary>
        /// <param name="Server">The server.</param>
        public DefaultProxy(PubgLobbyServer Server)
        {
            this.Server = Server;

            Lobby.Log.Info(this.GetType(), "DefaultProxy has been initalized.");
        }