예제 #1
0
    private void Update()
    {
        if (Codigo1Certo == true && Codigo2Certo == true)
        {
            Debug.Log("AbrirPorta");

            Porta.AnimacaoPorta();
        }
    }