Speak Methode aus C3PO entfernt

master
nikow 2023-01-03 17:08:14 +01:00
parent c2a3cdbeb0
commit e90209a20d
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++;
}