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