docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/B/BSTHashMap.h"
|
||||
#include "RE/I/IPipboyThrottledValue.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class PipboyThrottleManager
|
||||
{
|
||||
public:
|
||||
BSTHashMap<std::uint32_t, IPipboyThrottledValue*> valueMap; // 00
|
||||
};
|
||||
static_assert(sizeof(PipboyThrottleManager) == 0x30);
|
||||
}
|
||||
Reference in New Issue
Block a user