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

15 lines
189 B
C++

#pragma once
#include "RE/B/BSPointerHandle.h"
namespace RE
{
class BGSActorEvent
{
public:
// member
ActorHandle actor; // 00
};
static_assert(sizeof(BGSActorEvent) == 0x4);
}