Set the id for the Event

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-01 15:33:15 +02:00
parent 972a12efed
commit a7a3a09564
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class Event
*/
this(ulong typeID)
{
this.id = typeID;
}
ulong id;