Files
flippr-game/targets/slingshots/LeftSlingshotTarget.py
Jonas Zeunert 7414734dad thiiiiings
2020-02-13 19:05:55 +01:00

8 lines
177 B
Python

from targets.Target import Target
class LeftSlingshotTarget(Target):
def __init__(self):
super(100, 'Left Slingshot')
def hit(self):
super.hit()