change names
This commit is contained in:
8
targets/top_bank/TopBankMiddleRightTarget.py
Normal file
8
targets/top_bank/TopBankMiddleRightTarget.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from BankTarget import BankTarget
|
||||
|
||||
class TopBankMiddleRightTarget(BankTarget):
|
||||
def __init__(self):
|
||||
super().__init__(100, "Top Bank Middle Right")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user