Target rename
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from Target import Target
|
from Target import Target
|
||||||
|
|
||||||
|
|
||||||
class RisingBall(Target):
|
class RisingBallTarget(Target):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(0, "Rising Ball")
|
super().__init__(0, "Rising Ball")
|
||||||
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user