nikow 2023-01-03 16:52:13 +01:00
parent 36bc77e7f6
commit c9805dbd38
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public class C3PO extends Roboter{
C3PO (String name){
super (name);
this.robotType = robotType.C3PO;
this.robotType = robotType.C3PO;
this.id = idZähler;
idZähler++;
}