mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-01-16 14:20:32 +01:00
6 lines
162 B
Lua
6 lines
162 B
Lua
local addr, typ = GetCGObjectAddr(readQword(0x00bd07b0)) -- target guid
|
|
if addr then
|
|
if typ == "unit" then
|
|
loadStructToTable(CGUnit, addr)
|
|
end
|
|
end |