forked from IF-LK-2020/wordle
Merge branch 'main' of https://git.ngb.schule/maxim.derksen/wordle
This commit is contained in:
@@ -9,9 +9,15 @@ public class User {
|
|||||||
int lastDayWOTDFinished;
|
int lastDayWOTDFinished;
|
||||||
int state;
|
int state;
|
||||||
int [] wonInTurn;
|
int [] wonInTurn;
|
||||||
|
Game game;
|
||||||
|
|
||||||
public User (int pConnectionID, Query pQuery){
|
public User (int pConnectionID){
|
||||||
connectionID =pConnectionID;
|
connectionID =pConnectionID;
|
||||||
|
game = new Game();
|
||||||
|
}
|
||||||
|
|
||||||
|
public Game getGame(){
|
||||||
|
return game;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getConnectionID() {
|
public int getConnectionID() {
|
||||||
|
|||||||
Reference in New Issue
Block a user