Files
flippr-game/src/targets/RightDropTarget.py
Jonas Zeunert 19ba128a92 working
2020-01-28 11:58:52 +01:00

9 lines
150 B
Python

from src.targets.Target import Target
class RightDropTarget(Target):
def __init__(self):
super()
def hit(self):
super.hit()