Skip to content

Commit

Permalink
Update IL2CPP.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
unreliablecode authored Aug 11, 2023
1 parent 8e04383 commit 89409e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Il2CppInterop.Runtime/IL2CPP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public static extern bool il2cpp_class_is_subclass_of(IntPtr klass, IntPtr klass
public static extern IntPtr il2cpp_class_from_il2cpp_type(IntPtr type);

[DllImport("GameAssembly", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
public static extern IntPtr il2cpp_class_from_name(IntPtr image, IntPtr namespaze,IntPtr name);
public static extern IntPtr il2cpp_class_from_name(IntPtr image, IntPtr namespaze, IntPtr name);

[DllImport("GameAssembly", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
public static extern IntPtr il2cpp_class_from_system_type(IntPtr type);
Expand Down

0 comments on commit 89409e5

Please sign in to comment.