Speak Methode aus C3PO entfernt
parent
c2a3cdbeb0
commit
e90209a20d
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue