#pragma once #include "RE/B/BSTEvent.h" namespace RE { class PlayerWeaponReloadEvent : public BSTValueEvent { public: }; static_assert(sizeof(PlayerWeaponReloadEvent) == 0x2); }