示例#1
0
        /* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

        private void Awake()
        {
            connectionReady = DB.Connect();
            Coroutines.Init(this);
            DontDestroyOnLoad(this);
        }