From a7a3a09564e2d88c2cf7ea8e89e026033582313c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 1 Sep 2021 15:33:15 +0200 Subject: [PATCH] Set the id for the Event --- source/eventy/event.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/eventy/event.d b/source/eventy/event.d index 3371f0e..b0a2933 100644 --- a/source/eventy/event.d +++ b/source/eventy/event.d @@ -13,7 +13,7 @@ public class Event */ this(ulong typeID) { - + this.id = typeID; } ulong id;