Files
flippr-game/targets/slingshots/LeftSlingshotTarget.py
Jonas Zeunert 45c733989f change
2020-03-11 23:53:05 +01:00

8 lines
169 B
Python

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