Files
flippr-game/targets/bottom_lanes/LeftInlaneTarget.py
Jonas Zeunert 45c733989f change
2020-03-11 23:53:05 +01:00

8 lines
163 B
Python

from Target import Target
class LeftInlaneTarget(Target):
def __init__(self):
super(100, 'Left Inlane')
def hit(self):
super.hit()