Ejemplo n.º 1
0
        /* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

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