Esempio n. 1
0
        void Init()
        {
            self      = this;
            game_loop = new GameLoop();
            combat    = new Combat();

            Application.targetFrameRate = 60;

#if UNITY_EDITOR
            Assets.InitForEditor();
#endif

            UI.Init();
            game_loop.Init();
        }