Implemented boxLift in Tester
This commit is contained in:
parent
9013bd44d7
commit
1653e7b0be
@ -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) {
|
void shootONeillsGun(String param) {
|
||||||
switch (param) {
|
switch (param) {
|
||||||
case "B" :
|
case "B" :
|
||||||
|
Loading…
Reference in New Issue
Block a user