Files
flippr-game/src/targets/RightDropTarget.py
2020-01-23 22:28:29 +01:00

8 lines
161 B
Python

from Target import Target
class RightDropTarget(Target):
def __init__(self):
super(100, 'Right Drop Target')
def hit(self):
super.hit()