This commit is contained in:
Jonas Zeunert
2022-08-30 17:09:59 +02:00
parent 4b1e911bc8
commit a093ec34ca

View File

@@ -13,8 +13,7 @@ class StartGameEvent(Event):
playerCount = 1
timer = None
def __init__(self, gameState, startBallEvent):
self.startBallEvent = startBallEvent
def __init__(self, gameState):
self.gameState = gameState
self.flipper = MainFlipper()
self.outHoleSolenoid = OutHoleSolenoid()