Finished ParserEntry class

This commit is contained in:
Booklordofthedings 2024-08-03 17:04:46 +02:00
parent 9f1f8a4088
commit f814674132

View file

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