Speak methode entfernt

master
nikow 2023-01-03 17:05:36 +01:00
parent c9805dbd38
commit 76292861de
1 changed files with 0 additions and 5 deletions

View File

@ -19,11 +19,6 @@ public class C3PO extends Roboter{
return 0;
}
@Override
public String speak(int[] zahlen) throws RobotException {
// TODO Auto-generated method stub
return null;
}
@Override
public int[] think(int[] zahlen) throws RobotException {