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

9 lines
172 B
Python

from targets.Target import Target
class FixedTarget5(Target):
def __init__(self):
super(100, 'Fixed Target 5')
def hit(self):
super.hit()