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

14 lines
141 B
C++

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