Files
flippr-game/src/targets/ThirdFixedTarget.py
2020-01-30 21:12:02 +01:00

8 lines
171 B
Python

from src.Target import Target
class ThirdFixedTarget(Target):
def __init__(self):
super(100, 'Fixed Target #3')
def hit(self):
super.hit()