Added targets - not finished yet

This commit is contained in:
Jonas Zeunert
2020-01-23 22:24:03 +01:00
parent 222fd69ef7
commit c0e9b8f319
17 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from Target import Target
class LeftLaneButton2Target(Target):
def __init__(self):
super(20000, "Left Lane Button #2")
def hit(self):
super.hit()