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

12 lines
141 B
C++

#pragma once
#include "RE/B/BGSEntryPoint.h"
namespace RE
{
struct hknpActivationMode
{
using Enum = BGSEntryPoint::ENTRY_POINT;
};
}