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

14 lines
202 B
C++

#pragma once
namespace RE
{
class DetectionLevels
{
public:
// members
std::int16_t visualLevel; // 00
std::int16_t soundLevel; // 02
};
static_assert(sizeof(DetectionLevels) == 0x04);
}