feat(profile): refactor lua, bc code

This commit is contained in:
phaneron 2026-04-01 17:37:40 -04:00
parent e79ee08905
commit 37db5336e4
40 changed files with 3424 additions and 0 deletions

View file

@ -0,0 +1,24 @@
#ifndef BC_STORAGE_STORAGE_UNIT_H
#define BC_STORAGE_STORAGE_UNIT_H
DECLARE_STRUCT(Blizzard__Storage__StorageUnit);
struct Blizzard__Storage__StorageUnit {
uint32_t unk00;
uint32_t unk04;
uint32_t unk08;
uint32_t unk0C;
uint32_t unk10;
uint32_t unk14;
uint32_t unk18;
uint32_t unk1C;
uint32_t unk20;
uint32_t unk24;
uint32_t unk28;
uint32_t unk2C;
uint32_t unk30;
uint32_t unk34;
uint32_t unk38;
};
#endif