resolve conflicts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from Target import Target
|
||||
|
||||
class RightDropTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Right Drop Target')
|
||||
|
||||
def hit(self):
|
||||
from Target import Target
|
||||
|
||||
class RightDropTarget(Target):
|
||||
def __init__(self):
|
||||
super(100, 'Right Drop Target')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user