Files
flippr-game/targets/technical/OutholeTarget.py
Jonas Zeunert 7414734dad thiiiiings
2020-02-13 19:05:55 +01:00

9 lines
166 B
Python

from targets.Target import Target
class OutholeTarget(Target):
def __init__(self):
super(100, 'Outhole')
def hit(self):
super.hit()