From 1653e7b0be9e0493cc3f65f86607b8594dac4836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Mon, 25 Apr 2016 22:33:12 +0200 Subject: [PATCH] Implemented boxLift in Tester --- cicaprojekt/Tester.java | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" :