mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-02 08:39:42 +05:00
This patch replaces Il2CppModel.resolveTypeReference by a static TypeInfo constructor, and simultaneously refactors the TypeInfo constructors to eliminate duplication between resolveTypeReference and the original constructors. This will make future refactoring much easier.