Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     accesoBase = GameObject.FindGameObjectWithTag("AccesoBase").GetComponent <AccesoBase>();
     ScoreOut   = GetComponentInChildren <TextMeshPro>();
     Invoke("Mostrar", 2f);
 }