thiiiiings
This commit is contained in:
8
events/EnterUpperPlayfieldEvent.py
Normal file
8
events/EnterUpperPlayfieldEvent.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class EnterUpperPlayfieldEvent:
|
||||
def __init__(self, playerState, flipper):
|
||||
self.playerState = playerState
|
||||
self.flipper = flipper
|
||||
|
||||
def trigger(self):
|
||||
self.flipper.activate()
|
||||
self.playerState().startUpperPlayfieldTimer()
|
||||
Reference in New Issue
Block a user