mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-14 23:39:40 +05:00
add (untested) support for metadata v38
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using VersionedSerialization.Attributes;
|
||||
|
||||
namespace Il2CppInspector.Next.Metadata;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial record struct Il2CppSectionMetadata
|
||||
{
|
||||
public int Offset { get; private set; }
|
||||
public int SectionSize { get; private set; }
|
||||
public int Count { get; private set; }
|
||||
}
|
||||
Reference in New Issue
Block a user