thiiiiings
This commit is contained in:
9
targets/technical/CreditTarget.py
Normal file
9
targets/technical/CreditTarget.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class CreditTarget(Target):
|
||||
def __init__(self):
|
||||
super(0, 'Credit')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
8
targets/technical/OutholeTarget.py
Normal file
8
targets/technical/OutholeTarget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from targets.Target import Target
|
||||
|
||||
class OutholeTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Outhole')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
9
targets/technical/RisingBall.py
Normal file
9
targets/technical/RisingBall.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.Target import Target
|
||||
|
||||
|
||||
class RisingBall(Target):
|
||||
def __init__(self):
|
||||
super(0, "Rising Ball")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
0
targets/technical/__init__.py
Normal file
0
targets/technical/__init__.py
Normal file
BIN
targets/technical/__pycache__/CreditTarget.cpython-38.pyc
Normal file
BIN
targets/technical/__pycache__/CreditTarget.cpython-38.pyc
Normal file
Binary file not shown.
BIN
targets/technical/__pycache__/OutholeTarget.cpython-38.pyc
Normal file
BIN
targets/technical/__pycache__/OutholeTarget.cpython-38.pyc
Normal file
Binary file not shown.
BIN
targets/technical/__pycache__/RisingBall.cpython-38.pyc
Normal file
BIN
targets/technical/__pycache__/RisingBall.cpython-38.pyc
Normal file
Binary file not shown.
BIN
targets/technical/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
targets/technical/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user