static void Main(string[] args)
        {
            WOTParser wp = new WOTParser();

            if (args.Length > 0)
            {
                wp.processReplayFile(args[0]);
            }
        }
Example #2
0
        static void Main(string[] args)
        {
            WOTParser wp = new WOTParser();

            if (args.Length > 0)
            {
                wp.processReplayFile(args[0]);
            }
        }