Ejemplo n.º 1
0
    public void ViewOnly(string board, string piece, string speed)
    {
        highScores = new HighScores(Path.Combine(Application.persistentDataPath, "scores.json"));
        List <HighScore> list = highScores.Get(board, piece, speed);

        Set(list);
    }