forgot a name

This commit is contained in:
Jonas Zeunert
2020-05-03 19:38:55 +02:00
parent de4ec24ab1
commit 6f85ebe1a5

View File

@@ -3,7 +3,7 @@ from Target import Target
class RightInlaneTarget(Target):
def __init__(self):
super()
super().__init__(100, 'Right Inlane')
def hit(self):
super.hit()