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); }