diff --git a/src/Parser/ParserEntry.bf b/src/Parser/ParserEntry.bf index b7a21bd..d720a68 100644 --- a/src/Parser/ParserEntry.bf +++ b/src/Parser/ParserEntry.bf @@ -4,6 +4,7 @@ using System; struct ParserEntry { + public uint64 Line; public EParserEntryType Type; public ParserEntryUnion Data; } \ No newline at end of file