#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