Beispiel #1
0
        /**** Import Map from Filer */
        public void Init(IView newView)
        {
            theFiler = new Filer2();

            SetView(newView);
            SetMap(mapThree);
            SetTheseus(theFiler.GetTheseus());
            SetMinotaur(theFiler.GetMinotaur());
        }
Beispiel #2
0
 public void SetMap(string newMap)
 {
     theFiler = new Filer2();
     theFiler.Init(newMap);
     theMap = theFiler.GetMap();
 }