Implemented boxLift in Tester

This commit is contained in:
Bokros Bálint 2016-04-25 22:33:12 +02:00
parent 9013bd44d7
commit 1653e7b0be

View File

@ -44,6 +44,17 @@ public class Tester {
}
}
void boxLift(String param) {
switch (param) {
case "O" :
oneill.boxLift();
break;
case "J" :
jaffa.boxLift();
break;
}
}
void shootONeillsGun(String param) {
switch (param) {
case "B" :