mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-30 22:49:41 +05:00
In order to select the correct generic type, model.GetGenericMethod is changed to use Name (which includes generic parameters) instead of BaseName. The tests for GenericMethodDefinitionInGenericClass* are also changed to reflect the fact that the chosen methods are fully concrete. TestGenerics now passes in its entirety.