add all the Targets!
This commit is contained in:
8
src/targets/LeftOutlaneTarget.py
Normal file
8
src/targets/LeftOutlaneTarget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from Target import Target
|
||||
|
||||
class LeftOutlaneTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Left Outlane')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user