BepInEx / Il2CppInterop

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

Small tweaks to the CreateTypedefs pass #68

Closed ds5678 closed 1 year ago

ds5678 commented 1 year ago
ds5678 commented 1 year ago

What is the reason behind allowing <PrivateImplementationDetails> to be processed by the generator?

It was already allowed. This just un-does the portion of #61 that placed it in the global namespace.

Kasuromi commented 1 year ago

It was already allowed. This just un-does the portion of #61 that placed it in the global namespace.

My mistake, I see that now.