docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
enum class ImpactResult : std::int32_t
|
||||
{
|
||||
kNone = 0x0,
|
||||
kDestroy = 0x1,
|
||||
kBounce = 0x2,
|
||||
kImpale = 0x3,
|
||||
kStick = 0x4
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user