mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-12 14:29:53 +05:00
10 lines
263 B
C#
10 lines
263 B
C#
using VersionedSerialization.Attributes;
|
|
|
|
namespace Il2CppInspector.Next.BinaryMetadata;
|
|
|
|
[VersionedStruct]
|
|
public partial record struct Il2CppGenericContext
|
|
{
|
|
public Pointer<Il2CppGenericInst> ClassInst;
|
|
public Pointer<Il2CppGenericInst> MethodInst;
|
|
} |