6 lines
134 B
Python
6 lines
134 B
Python
class OutholeTarget(Target):
|
|
def __init__(self):
|
|
super(100, 'Outhole Target')
|
|
|
|
def hit(self):
|
|
super.hit() |