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

18 lines
344 B
C++

#pragma once
#include "RE/B/BSGFxFunctionBase.h"
#include "RE/B/BSTArray.h"
namespace RE
{
class UsesBSGFXFunctionHandler
{
public:
static constexpr auto RTTI{ RTTI::UsesBSGFXFunctionHandler };
// members
BSTArray<std::unique_ptr<BSGFxFunctionBase>> functions; // 00
};
static_assert(sizeof(UsesBSGFXFunctionHandler) == 0x18);
}