feat(profile): better lua types

This commit is contained in:
phaneron 2026-04-08 09:08:33 -04:00
parent df334b10b1
commit e079d65179
2 changed files with 20 additions and 2 deletions

View file

@ -184,6 +184,7 @@ struct Node {
struct Table {
GCObject* next;
uint32_t unk04;
lu_byte tt;
lu_byte marked;
lu_byte flags;