feat: good leaderboard

This commit is contained in:
2025-02-01 00:09:25 +01:00
parent a160042ef4
commit a5c046f891
6 changed files with 74 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ public class Player implements Serializable {
return score;
}
public void setScore(int score) {
void setScore(int score) {
this.score = score;
}