#pragma once #include "RE/B/BSTHashMap.h" #include "RE/I/IPipboyThrottledValue.h" namespace RE { class PipboyThrottleManager { public: BSTHashMap valueMap; // 00 }; static_assert(sizeof(PipboyThrottleManager) == 0x30); }