mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-18 17:29:40 +05:00
Model: Re-implement the handling of Il2CppType
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Il2CppInspector.Reflection
|
||||
|
||||
public static readonly string TypeConstructorName = ".cctor";
|
||||
|
||||
// TODO
|
||||
public override MemberTypes MemberType => MemberTypes.Constructor;
|
||||
|
||||
public ConstructorInfo(Il2CppInspector pkg, int methodIndex, TypeInfo declaringType) : base(pkg, methodIndex, declaringType) { }
|
||||
|
||||
Reference in New Issue
Block a user