#pragma once #include "RE/B/BSFixedString.h" #include "RE/B/BSTHashMap.h" namespace RE { class BGSActionData; class BGSAnimationSequencer { public: // members std::uint32_t numSequences; // 00 BSTHashMap actions; // 08 }; static_assert(sizeof(BGSAnimationSequencer) == 0x38); }