Пример #1
0
        public void Start()
        {
            //initialize the game
            init();

            //run the menu controller
            menus.menuController();

            //we're done here. shutdown functions go here
            fileMgr.savePlayers();
        }