mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-28 11:23:50 +00:00
feat(profile): better lua types
This commit is contained in:
parent
df334b10b1
commit
e079d65179
2 changed files with 20 additions and 2 deletions
|
|
@ -184,6 +184,7 @@ struct Node {
|
|||
|
||||
struct Table {
|
||||
GCObject* next;
|
||||
uint32_t unk04;
|
||||
lu_byte tt;
|
||||
lu_byte marked;
|
||||
lu_byte flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue