mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-09 19:27:17 -03:00
修复bug
This commit is contained in:
parent
c116200e06
commit
3ff2851ae3
1 changed files with 2 additions and 2 deletions
|
@ -66,9 +66,9 @@ namespace Il2CppDumper
|
|||
public uint fieldRefsOffset; // Il2CppFieldRef
|
||||
[Version(Min = 19)]
|
||||
public int fieldRefsCount;
|
||||
[Version(Min = 19)]
|
||||
[Version(Min = 20)]
|
||||
public int referencedAssembliesOffset; // int32_t
|
||||
[Version(Min = 19)]
|
||||
[Version(Min = 20)]
|
||||
public int referencedAssembliesCount;
|
||||
[Version(Min = 21)]
|
||||
public uint attributesInfoOffset; // Il2CppCustomAttributeTypeRange
|
||||
|
|
Loading…
Reference in a new issue