From b612f39c71df313cfba878ca106040a05dc414df Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:37:19 +0000 Subject: [PATCH] ci: maintenance --- include/RE/E/Events.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/include/RE/E/Events.h b/include/RE/E/Events.h index a66ce7dc..f7b2bbee 100644 --- a/include/RE/E/Events.h +++ b/include/RE/E/Events.h @@ -1445,7 +1445,6 @@ namespace RE } }; - struct InventoryMenu_HideModel { [[nodiscard]] static BSTEventSource* GetEventSource() @@ -2269,10 +2268,10 @@ namespace RE } // members - std::uint64_t unk00; // 00 - Guard ActorHandle? - TESFaction* faction; // 08 - BGSLocation* location; // 10 - nullptr if no location - std::uint32_t value; // 18 + std::uint64_t unk00; // 00 - Guard ActorHandle? + TESFaction* faction; // 08 + BGSLocation* location; // 10 - nullptr if no location + std::uint32_t value; // 18 }; static_assert(sizeof(PlayerJailEvent) == 0x20); @@ -3808,7 +3807,7 @@ namespace RE bool usesHitData; // 110 }; static_assert(sizeof(TESHitEvent) == 0x120); - + struct TESLoadGameEvent { [[nodiscard]] static BSTEventSource* GetEventSource()