9 lines
176 B
Python
9 lines
176 B
Python
from src.Target import Target
|
|
|
|
|
|
class LeftLaneButton2Target(Target):
|
|
def __init__(self):
|
|
super(20000, "Left Lane Button #2")
|
|
|
|
def hit(self):
|
|
super.hit() |