diff --git a/royalnet/commands/heraldevent.py b/royalnet/commands/heraldevent.py index 04e63454..504f3568 100644 --- a/royalnet/commands/heraldevent.py +++ b/royalnet/commands/heraldevent.py @@ -11,8 +11,8 @@ class HeraldEvent: name = NotImplemented """The event_name that will trigger this event.""" - def __init__(self, serf, config): - self.serf = serf + def __init__(self, serf: "Serf", config): + self.serf: "Serf" = serf self.config = config @property