BepInEx / Il2CppInterop

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

Account for type name when renaming properties and methods from the deobf map #113

Closed thegu5 closed 5 months ago

thegu5 commented 7 months ago

This means that when there are two types in the same namespace that have properties or methods with the same name, trying to rename them will work as intended (like fields).

This change is 'breaking', though considering this issue meant property renaming was completely broken makes me think that nobody will be impacted. Now checking for both

thegu5 commented 6 months ago

@js6pak