Example #1
0
        public Parser(GothicPaths paths)
        {
            List       = new AIOutputList(paths);
            Dictionary = new NpcsDictionary(paths);
            Paths      = paths;
            InitiateWavNames();

            Parse();
        }
Example #2
0
 public Stats(AIOutputList list, NpcsDictionary dict, GothicPaths paths)
 {
     List       = list;
     Dictionary = dict;
     Paths      = paths;
 }