gnar
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
from Target import Target
|
from Target import Target
|
||||||
|
|
||||||
class BankTarget(Target):
|
class BankTarget(Target):
|
||||||
def __init__(self, points):
|
def __init__(self, points, name):
|
||||||
super().__init__(points)
|
super().__init__(points, name)
|
||||||
self.is_hit = False
|
self.is_hit = False
|
||||||
|
|
||||||
def hit(self):
|
def hit(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user