Beispiel #1
0
 public void SetMap(string newMap)
 {
     theFiler = new Filer2();
     theFiler.Init(newMap);
     theMap = theFiler.GetMap();
 }