예제 #1
0
    public void verscore()
    {
        bddislexia db = new bddislexia();

        /* List<score> lscore = db.consultarScore(login.getlog().id, "parejas");
         * string pun = "", fech = "";
         * puntostab.SetActive(true);
         *
         * foreach (score item in lscore)
         * {
         *   pun += item.puntos + "\n";
         *
         *   fech += item.fecha + "\n";
         *
         *
         * }
         *
         * fecha.text = fech;
         * puntos.text = pun;]*/

        StartCoroutine(GetByGameListaPuntaje(getPuntajeByGameUrl));
        puntostab.SetActive(true);
    }