Exemplo n.º 1
0
    void Unlock()
    {
        Debug.Log("Unlocking game");
        locked = false;

        stateManager.Initialize();
        dialogManager.Initialize();
        movieSystem.Initialize();
        guiSystem.Initialize();
        aiSystem.Initialize();
        combatSystem.Initialize();
        musicSystem.Initialize();
    }