diff --git a/cicaprojekt/Tester.java b/cicaprojekt/Tester.java index 2e2b6d4..17e3960 100644 --- a/cicaprojekt/Tester.java +++ b/cicaprojekt/Tester.java @@ -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" :