Skip to content

Commit

Permalink
SDK: Fix wrong module name offset
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Mar 9, 2025
1 parent 426d435 commit b75f7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/sdk/RETypeDB.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ struct REModule {
uint32_t flags;
int32_t assembly_name_offset; // string
int32_t location_offset; // string
uint32_t unk3[2];
uint32_t unk3;
uint32_t module_name_offset; // string
uint32_t unk4;
int32_t types_count;
int32_t types_start;
int32_t methods_count;
Expand Down

0 comments on commit b75f7c0

Please sign in to comment.