This commit is contained in:
Jonas Zeunert
2022-05-06 23:23:43 +02:00
parent ea01669563
commit a1520884ee

View File

@@ -0,0 +1,8 @@
from Target import Target
class OutholeTarget(Target):
def __init__(self):
super().__init__(0, 'Tilt')
def hit(self):
super().hit()