thiiiiings
This commit is contained in:
8
targets/ReboundContactTarget.py
Normal file
8
targets/ReboundContactTarget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from targets.Target import Target
|
||||
|
||||
class ReboundContactTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Rebound Contact')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user