lobby übergibt namen

This commit is contained in:
Yvonne Schmidt
2024-11-24 18:39:32 +01:00
parent 225a8c0e08
commit f67fa4d7f0
2 changed files with 18 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ public class Player implements FieldVisitor<Void>{
* Set the name of the Player
* @param name the new name
*/
void setName(String name) {
public void setName(String name) {
this.name = name;
}