Exemple #1
0
 internal PathFinder(ConfigExtractor cfg, Random rnd)
 {
     this.basePath = cfg.GetDataPath();
     this.config   = cfg;
     this.rnd      = rnd;
 }