playerstate to prop

This commit is contained in:
Jonas Zeunert
2022-05-07 14:07:55 +02:00
parent 83cb1c26b4
commit e03d0e7aa5
20 changed files with 43 additions and 40 deletions

View File

@@ -11,7 +11,6 @@ class BankTarget(Target):
self.is_hit = True
super().hit()
#notify Bank
def reset(self):
self.is_hit = False