Added targets - not finished yet
This commit is contained in:
9
src/targets/LeftLaneButton5Target.py
Normal file
9
src/targets/LeftLaneButton5Target.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from Target import Target
|
||||
|
||||
|
||||
class LeftLaneButton5Target(Target):
|
||||
def __init__(self):
|
||||
super(20000, "Left Lane Button #5")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user