Implemented GUI side of resetting the board

This commit is contained in:
2021-03-19 11:15:22 +01:00
parent b72e03711a
commit fa7bda4230
4 changed files with 14 additions and 11 deletions

View File

@@ -152,6 +152,10 @@ public class Client {
}
}
public void printLog(String message, boolean success){
clientLogger.printLog(message, success, LogType.Log);
}
public String getName() {
return name;
}