Open nijinekoyo opened 11 months ago
Nullable type export error
Nullable
The following code can be obtained normally through Il2CppDumper
Il2CppDumper
public Nullable<AcademyFavorScheduleExcel> DataList(int j) { }
Using Zygisk-Il2CppDumper but getting wrong type
Zygisk-Il2CppDumper
public Nullable`1 DataList(Int32 j) { }
Nullable
type export errorThe following code can be obtained normally through
Il2CppDumper
Using
Zygisk-Il2CppDumper
but getting wrong type