This commit is contained in:
Jan-Lukas Pagel 2017-08-06 16:05:33 +02:00
parent 755e7bcb3d
commit f8bf702542

View File

@ -11,6 +11,7 @@ public class Keyboard {
this.robot = new Robot();
}
public Keyboard(Robot robot) {
this.robot = robot;
}