Update to version 1.0.0 #3

Merged
Booklordofthedings merged 23 commits from dev into main 2024-08-26 13:33:38 +02:00
Showing only changes of commit f814674132 - Show all commits

View file

@ -4,6 +4,7 @@ using System;
struct ParserEntry
{
public uint64 Line;
public EParserEntryType Type;
public ParserEntryUnion Data;
}