Files
flippr-game/src/targets/RightOutlaneTarget.py
2020-01-23 22:24:03 +01:00

9 lines
163 B
Python

from Target import Target
class RightOutlaneTarget(Target):
def __init__(self):
super(50000, "Right Outlane")
def hit(self):
super.hit()