示例#1
0
        private void Start()
        {
            Context = this;

            DefaultControllersInitializer.InitializeAll();
            BaseController.CallOnEnabled();

            Application.Log("Game started.");
        }