10 lines
256 B
C#
10 lines
256 B
C#
using VersionedSerialization.Attributes;
|
|
|
|
namespace Il2CppInspector.Next.BinaryMetadata;
|
|
|
|
[VersionedStruct]
|
|
public partial struct Il2CppGenericContext
|
|
{
|
|
public Pointer<Il2CppGenericInst> ClassInst;
|
|
public Pointer<Il2CppGenericInst> MethodInst;
|
|
} |