blubb
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user