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

12 lines
135 B
C++

#pragma once
namespace RE
{
enum class UI_MESSAGE_RESULTS : std::int32_t
{
kHandled = 0x0,
kIgnore = 0x1,
kPassOn = 0x2
};
}