Beispiel #1
0
        public LoginServer(ShardServer mainServer)
        {
            Shards = new List <ShardServer> {
                mainServer
            };

            mainServer.ThreadStop = () => ThreadHandlers.Stop(this);
        }
Beispiel #2
0
 public ShardUpdater(ShardServer server, ShardConfig config)
 {
     this.server = server;
     this.config = config;
 }