add all the Targets!

This commit is contained in:
andi
2020-01-23 22:25:47 +01:00
parent 4591aa6731
commit b60801c68c
20 changed files with 153 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
from Target import Target
class LeftOutlaneTarget(Target):
def __init__(self):
super(100, 'Left Outlane')
def hit(self):
super.hit()