Files
flippr-game/src/targets/RightDropTarget.py
Jonas Zeunert 1fe12660a7 merged
2020-01-28 12:00:30 +01:00

8 lines
173 B
Python

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