Пример #1
0
        public static GameMapLoader LoadGameMaps()
        {
            GameMapLoader loader = new GameMapLoader();

            loader.LoadTemps();
            loader.LoadFiles();
            return(loader);
        }
Пример #2
0
 void Awake()
 {
     getInstance             = this;
     m_loader                = GameMapLoader.LoadGameMaps();
     text_Title.text         = string.Empty;
     text_Artist.text        = string.Empty;
     text_AudioProgress.text = string.Empty;
 }