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)"); }
public PacketSender(W3Config config) { this.config = config; InitTimer(); }