From ffb6ab72d22f422e9a4b95f311e82977dfca6a80 Mon Sep 17 00:00:00 2001 From: TommInfinite <81481291+TommInfinite@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:31:39 +0300 Subject: [PATCH] Update BGSPlanetData.h --- CommonLibSF/include/RE/B/BGSPlanetData.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CommonLibSF/include/RE/B/BGSPlanetData.h b/CommonLibSF/include/RE/B/BGSPlanetData.h index 44856db0..f426542c 100644 --- a/CommonLibSF/include/RE/B/BGSPlanetData.h +++ b/CommonLibSF/include/RE/B/BGSPlanetData.h @@ -21,11 +21,11 @@ namespace RE // members BGSSurface::Tree* surfaceTree; // 30 - std::uint64_t unk38; // 38 - std::uint32_t unk40; // 40 - std::uint32_t unk44; // 44 - std::uint32_t unk48; // 48 - std::uint32_t unk4C; // 4C + float unk38; // 38 + float temperatureCelcius; //3C + float density; //40 + float periAngleInDegrees;//44 + std::uint32_t resourceCreationSpeed; // 48 }; static_assert(sizeof(PlanetData) == 0x50); }