Add tilt
This commit is contained in:
8
targets/technical/TiltTarget.py
Normal file
8
targets/technical/TiltTarget.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
from Target import Target
|
||||||
|
|
||||||
|
class OutholeTarget(Target):
|
||||||
|
def __init__(self):
|
||||||
|
super().__init__(0, 'Tilt')
|
||||||
|
|
||||||
|
def hit(self):
|
||||||
|
super().hit()
|
||||||
Reference in New Issue
Block a user