From 9007f959a16074db49ec4c2f1ee6131ff33fcf38 Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 23 Jan 2020 21:53:08 +0100 Subject: [PATCH] add OutholeTarget.py --- src/targets/OutholeTarget.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/targets/OutholeTarget.py diff --git a/src/targets/OutholeTarget.py b/src/targets/OutholeTarget.py new file mode 100644 index 0000000..fc2c11e --- /dev/null +++ b/src/targets/OutholeTarget.py @@ -0,0 +1,7 @@ +class OutholeTarget(Target): + def __init__(self): + self.points = 100 + super(points) + + def hit(self): + super.hit() \ No newline at end of file