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

14 lines
142 B
C++

#pragma once
namespace RE
{
namespace BobbleheadCollected
{
class Event
{
public:
};
static_assert(std::is_empty_v<Event>);
}
}