Files
flippr-game/src/targets/OutholeTarget.py
2020-01-23 21:55:27 +01:00

6 lines
134 B
Python

class OutholeTarget(Target):
def __init__(self):
super(100, 'Outhole Target')
def hit(self):
super.hit()