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

15 lines
184 B
C++

#pragma once
namespace RE
{
namespace LocationMarkerArrayUpdate
{
class Event
{
public:
bool shouldClearMapMarkers; // 00
};
static_assert(sizeof(Event) == 0x1);
}
}