Files
2026-05-30 18:33:24 +12:00

17 lines
339 B
C++

#pragma once
#include "RE/T/TESForm.h"
namespace RE
{
class __declspec(novtable) BGSPackIn :
public TESForm // 00
{
public:
static constexpr auto RTTI{ RTTI::BGSPackIn };
static constexpr auto VTABLE{ VTABLE::BGSPackIn };
static constexpr auto FORM_ID{ ENUM_FORM_ID::kPKIN };
};
static_assert(sizeof(BGSPackIn) == 0x20);
}