An den if-Blöcken für die Abfragen gearbeitet

This commit is contained in:
2022-03-12 19:51:30 +01:00
parent 1c40e39708
commit 3fc4f6dfca
2 changed files with 43 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
public class User {
private String connectionID;
private String username;
String password;
private String password;
private int timesPlayed;
private int winPercentage;
private int currentStreak;