1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Documented module
- Removed now-completed TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 11:20:18 +02:00
parent 385e5856c2
commit 992808ca5c

View File

@ -1,3 +1,7 @@
/**
* Internal eventing definitions for use
* with `eventy`
*/
module birchwood.client.events; module birchwood.client.events;
import eventy : EventyEvent = Event; import eventy : EventyEvent = Event;
@ -9,8 +13,6 @@ public final enum IRCEventType : ulong
PONG_EVENT PONG_EVENT
} }
/* TODO: Move to an events.d class */
public final class IRCEvent : EventyEvent public final class IRCEvent : EventyEvent
{ {
private Message msg; private Message msg;