Files
flippr-game/targets/ReboundContactTarget.py
Jonas Zeunert 7414734dad thiiiiings
2020-02-13 19:05:55 +01:00

8 lines
179 B
Python

from targets.Target import Target
class ReboundContactTarget(Target):
def __init__(self):
super(100, 'Rebound Contact')
def hit(self):
super.hit()