Merge branch 'master' of
https://gitty.informatik.hs-mannheim.de/2122158/PR2-Roboterfabrik.git robotType in C3POmaster
parent
36bc77e7f6
commit
c9805dbd38
|
@ -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