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