Files
flippr-game/targets/technical/RisingBallTarget.py
Jonas Zeunert 7f904a6892 Target rename
2020-05-03 20:54:11 +02:00

9 lines
168 B
Python

from Target import Target
class RisingBallTarget(Target):
def __init__(self):
super().__init__(0, "Rising Ball")
def hit(self):
super().hit()