Exemplo n.º 1
0
        public static Player getWorstPlayer()
        {
            PlayerList pl = readHighScores();

            return(pl.list[9]);
        }
Exemplo n.º 2
0
        public static int getMaxScores()
        {
            PlayerList pl = readHighScores();

            return(pl.list[0].scores);
        }