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

14 lines
143 B
C++

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