Ejemplo n.º 1
0
        public Program()
        {
            config       = new W3Config();
            packetSender = new PacketSender(config);


            using (new SetColor(ConsoleColor.Green))
                Console.WriteLine("Start Warcraft 3 -> lan --- if you cannot see the hosted game, everyone should restart warcraft (including the host)");
        }
Ejemplo n.º 2
0
 public PacketSender(W3Config config)
 {
     this.config = config;
     InitTimer();
 }