forked from IF-LK-2020/wordle
game instances
This commit is contained in:
@@ -13,4 +13,8 @@ public class Game {
|
||||
|
||||
user = new User();
|
||||
}
|
||||
|
||||
public void processMessage(String msg) {
|
||||
System.out.println(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user