9 lines
172 B
Python
9 lines
172 B
Python
from Target import Target
|
|
|
|
|
|
class LeftLaneButton3Target(Target):
|
|
def __init__(self):
|
|
super(20000, "Canal Button Middle")
|
|
|
|
def hit(self):
|
|
super.hit() |