Skip to content

Commit

Permalink
Update BGSPlanetData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 14, 2024
1 parent b867e88 commit ffb6ab7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CommonLibSF/include/RE/B/BGSPlanetData.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ffb6ab7

Please sign in to comment.