Ejemplo n.º 1
0
    public void AbrirPlanejamento()
    {
        if (!Disponivel)
        {
            return;
        }

        planejamentoUI.Abrir();

        canvas.enabled = true;
        backgroundPreto.Fadein();
        GameManager.UISendoUsada();

        inventario.PermitirDragAndDrop();

        coroutineExecutarPlanejamento = StartCoroutine(ExecutarPlanejamento());
    }