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