mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-20 02:09:42 +05:00
add new struct definitions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using VersionedSerialization.Attributes;
|
||||
|
||||
namespace Il2CppInspector.Next.BinaryMetadata;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppTokenRangePair
|
||||
{
|
||||
public uint Token;
|
||||
public Il2CppRange Range;
|
||||
}
|
||||
Reference in New Issue
Block a user