Files
flippr-game/targets/technical/RisingBall.py
Jonas Zeunert 45c733989f change
2020-03-11 23:53:05 +01:00

9 lines
149 B
Python

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