Example #1
0
        public void StartGame()
        {
            var sgs = new StartGameScript();

            SetPath(sgs.InitRootPath());
            sgs.LoadNewScene();
        }