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

12 lines
132 B
C++

#pragma once
namespace RE
{
enum class INTERACTION_EXIT : std::int32_t
{
kNormal = 0x0,
kQuick = 0x1,
kInstant = 0x2
};
}