Exemplo n.º 1
0
        public NetworkClient()
        {
            this.msgFactory = new NetworkMessageFactory();

            this.config = new NetPeerConfiguration("FreeUniverse");
            this.client = new NetClient(this.config);
        }
Exemplo n.º 2
0
 public NetworkServer()
 {
     this.msgFactory = new NetworkMessageFactory();
 }