blubb
This commit is contained in:
@@ -13,8 +13,7 @@ class StartGameEvent(Event):
|
|||||||
playerCount = 1
|
playerCount = 1
|
||||||
timer = None
|
timer = None
|
||||||
|
|
||||||
def __init__(self, gameState, startBallEvent):
|
def __init__(self, gameState):
|
||||||
self.startBallEvent = startBallEvent
|
|
||||||
self.gameState = gameState
|
self.gameState = gameState
|
||||||
self.flipper = MainFlipper()
|
self.flipper = MainFlipper()
|
||||||
self.outHoleSolenoid = OutHoleSolenoid()
|
self.outHoleSolenoid = OutHoleSolenoid()
|
||||||
|
|||||||
Reference in New Issue
Block a user