docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
enum class RelativeMarkerHeight : std::int32_t
|
||||
{
|
||||
kInvalid = 0x0,
|
||||
kBelowPlayer = 0x1,
|
||||
kLevelWithPlayer = 0x2,
|
||||
kAbovePlayer = 0x3
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user