Ejemplo n.º 1
0
 public LocationParser(string locationsCfgPath, MapParser mapParse, GWParser gwParse, FOGMParser gmParser)
 {
     _ini              = new IniReader(locationsCfgPath);
     _locationsCfgPath = locationsCfgPath;
     _mapParse         = mapParse;
     _gwParser         = gwParse;
     _gmParser         = gmParser;
 }
Ejemplo n.º 2
0
 public LocationParser(string locationsCfgPath, MapParser mapParse, GWParser gwParse, FOGMParser gmParser)
 {
     _ini = new IniReader(locationsCfgPath);
     _locationsCfgPath = locationsCfgPath;
     _mapParse         = mapParse;
     _gwParser         = gwParse;
     _gmParser         = gmParser;
 }