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());
        }