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