forgot a name
This commit is contained in:
@@ -3,7 +3,7 @@ from Target import Target
|
|||||||
|
|
||||||
class RightInlaneTarget(Target):
|
class RightInlaneTarget(Target):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super()
|
super().__init__(100, 'Right Inlane')
|
||||||
|
|
||||||
def hit(self):
|
def hit(self):
|
||||||
super.hit()
|
super.hit()
|
||||||
Reference in New Issue
Block a user