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

9 lines
162 B
Python

from targets.Target import Target
class FixedTarget2(Target):
def __init__(self):
super(0, "Fixed Target 2")
def hit(self):
super.hit()