Files
flippr-game/src/targets/UpperPlayfieldRollUnderTarget.py
2020-01-23 22:24:03 +01:00

9 lines
152 B
Python

from Target import Target
class UpperPlayfieldRollUnderTarget(Target):
def __init__(self):
super()
def hit(self):
super.hit()