docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class CombatRange
|
||||
{
|
||||
float minRange; // 00
|
||||
float maxRange; // 04
|
||||
};
|
||||
static_assert(sizeof(CombatRange) == 0x8);
|
||||
}
|
||||
Reference in New Issue
Block a user