mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-06 22:46:15 +02:00
lobby übergibt namen
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user