Very much done

This commit is contained in:
Jonas Zeunert
2021-03-07 10:51:24 +01:00
parent f07c686b68
commit c54ab2e311
47 changed files with 339 additions and 77 deletions

View File

@@ -9,7 +9,7 @@ class StartGameEvent(Event):
self.outHoleSolenoid = OutHoleSolenoid()
super().__init__("Start Game Event")
def trigger(self, _):
super().trigger()
def trigger(self, target):
super().trigger(target)
self.flipper.activate()
self.outHoleSolenoid.trigger()