Skip to content

Commit

Permalink
[Sdk] Only get exported types from the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wannkunstbeikor committed Oct 28, 2023
1 parent 2008185 commit c4d02c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrostySdk/TypeLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static bool Initialize()

Assembly sdk = Assembly.LoadFile(fileInfo.FullName);

s_types = sdk.GetTypes();
s_types = sdk.GetExportedTypes();

for (int i = 0; i < s_types.Length; i++)
{
Expand Down

0 comments on commit c4d02c0

Please sign in to comment.