Exemple #1
0
        public NetworkClient()
        {
            this.msgFactory = new NetworkMessageFactory();

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