BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
195 stars 61 forks source link

Merge ConvertManagedTypeToIL2CPPType and NativeType #44

Closed js6pak closed 1 year ago

js6pak commented 1 year ago

Currently HarmonySupport and ClassInjector do the same thing but differently leading to issues on x32. This PR fixes injecting methods that use structs on 32 bit.