9 lines
158 B
Python
9 lines
158 B
Python
from Target import Target
|
|
|
|
class OutholeTarget(Target):
|
|
def __init__(self):
|
|
super(100, 'Outhole')
|
|
|
|
def hit(self):
|
|
super.hit()
|