Skip to content

Commit

Permalink
Merge pull request #5 from abc15018045126/7.4
Browse files Browse the repository at this point in the history
7.4
  • Loading branch information
abc15018045126 authored Jul 9, 2024
2 parents d1bf445 + 12944e9 commit a3f0fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public unsafe int autoBirthItem
{

*(int*)((nint)IL2CPP.Il2CppObjectBaseToPtrNotNull((Il2CppObjectBase)(object)this) + (int)IL2CPP.il2cpp_field_get_offset(NativeFieldInfoPtr_autoBirthItem)) = value;

int a =9;
a=value;
}
}
}
Expand Down

0 comments on commit a3f0fbc

Please sign in to comment.