Updated file structure

This commit is contained in:
2021-03-24 17:29:25 +01:00
parent 43361897ff
commit c750653925
2 changed files with 5 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ public class TicTacToe_Client {
break;
case "userInput":
client.sendToServer("test");
client.printLog("Waiting for userInput", true, LogType.Log);
while (!renderEngine.isMouseClicked()) {
try {