Rewrite #2

Merged
Booklordofthedings merged 22 commits from rewrite into dev 2024-08-26 13:32:44 +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;
}