docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/B/BSTEvent.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class ShowingDialogueSpeechChallengeAnim :
|
||||
public BSTValueEvent<bool>
|
||||
{
|
||||
public:
|
||||
};
|
||||
static_assert(sizeof(ShowingDialogueSpeechChallengeAnim) == 0x2);
|
||||
}
|
||||
Reference in New Issue
Block a user