giving events a name
This commit is contained in:
@@ -4,6 +4,7 @@ from Event import Event
|
||||
class PointEvent(Event):
|
||||
def __init__(self, playerState):
|
||||
self.playerState = playerState
|
||||
super().__init__("Point Event Event")
|
||||
|
||||
def trigger(self, target):
|
||||
super().trigger()
|
||||
|
||||
Reference in New Issue
Block a user