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

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

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