Exemplo n.º 1
0
        private void Awake()
        {
            Log.Init(Logger);

            Language.Init();
            ODB.ObjectDBHelper.Init();

            Instance = this;
        }
Exemplo n.º 2
0
        private void Awake()
        {
            Log.Init(Logger);

            Language.Init();
            ODB.ObjectDBHelper.Init();
            Spawn.SpawnSystemHelper.Init();
            Prefab.Init();

            Instance = this;
        }