Target rename

This commit is contained in:
Jonas Zeunert
2020-05-03 20:54:11 +02:00
parent 4d00a7c78f
commit 7f904a6892
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
from Target import Target
class RisingBall(Target):
class RisingBallTarget(Target):
def __init__(self):
super().__init__(0, "Rising Ball")