Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/A/ACTION_OBJECT.h
T
2026-05-30 18:33:24 +12:00

14 lines
188 B
C++

#pragma once
namespace RE
{
class ACTION_OBJECT
{
public:
// members
TESForm* form; // 00
std::uint32_t flags; // 08
};
static_assert(sizeof(ACTION_OBJECT) == 0x10);
}