From 992808ca5c3c4252cb23a87f278f204e4e4ac22e Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 21 Jun 2023 11:20:18 +0200 Subject: [PATCH] Events - Documented module - Removed now-completed TODO --- source/birchwood/client/events.d | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/birchwood/client/events.d b/source/birchwood/client/events.d index df64b8e..e1642da 100644 --- a/source/birchwood/client/events.d +++ b/source/birchwood/client/events.d @@ -1,3 +1,7 @@ +/** + * Internal eventing definitions for use + * with `eventy` + */ module birchwood.client.events; import eventy : EventyEvent = Event; @@ -9,8 +13,6 @@ public final enum IRCEventType : ulong PONG_EVENT } - -/* TODO: Move to an events.d class */ public final class IRCEvent : EventyEvent { private Message msg;