Files
flippr-game/src/targets/RightSlingshotTarget.py
2020-01-23 22:24:03 +01:00

9 lines
164 B
Python

from Target import Target
class RightSlingshotTarget(Target):
def __init__(self):
super(10, "Right Slingshot")
def hit(self):
super.hit()