docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
namespace RE
|
||||
{
|
||||
namespace BooksRead
|
||||
{
|
||||
class Event
|
||||
{
|
||||
public:
|
||||
// members
|
||||
const TESObjectBOOK* book;
|
||||
bool advancedActorValue;
|
||||
bool addedPerk;
|
||||
};
|
||||
static_assert(sizeof(Event) == 0x10);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user