thiiiiings
This commit is contained in:
9
targets/left_bank/LeftBankLeft.py
Normal file
9
targets/left_bank/LeftBankLeft.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from targets.BankTarget import BankTarget
|
||||
|
||||
|
||||
class LeftBankLeft(BankTarget):
|
||||
def __init__(self):
|
||||
super(100, 'Left Bank Left')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
Reference in New Issue
Block a user