thiiiiings
This commit is contained in:
9
targets/pop_bumpers/LeftPopTarget.py
Normal file
9
targets/pop_bumpers/LeftPopTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class LeftPopTarget(Target):
|
||||
def __init__(self):
|
||||
super(0, "Left Pop")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
9
targets/pop_bumpers/RightPopTarget.py
Normal file
9
targets/pop_bumpers/RightPopTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class RightPopTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Right Pop')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
0
targets/pop_bumpers/__init__.py
Normal file
0
targets/pop_bumpers/__init__.py
Normal file
BIN
targets/pop_bumpers/__pycache__/LeftPopTarget.cpython-38.pyc
Normal file
BIN
targets/pop_bumpers/__pycache__/LeftPopTarget.cpython-38.pyc
Normal file
Binary file not shown.
BIN
targets/pop_bumpers/__pycache__/RightPopTarget.cpython-38.pyc
Normal file
BIN
targets/pop_bumpers/__pycache__/RightPopTarget.cpython-38.pyc
Normal file
Binary file not shown.
BIN
targets/pop_bumpers/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
targets/pop_bumpers/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user