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

9 lines
167 B
Python

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