fix: update signature

This commit is contained in:
Anna
2023-10-03 03:47:39 -04:00
parent c9cd28589b
commit 84a13e6972
+1 -1
View File
@@ -29,7 +29,7 @@ internal sealed unsafe class Context {
#region Offsets #region Offsets
[Signature( [Signature(
"FF 90 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 8B C8 E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 41 B4 01", "FF 90 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 8B C8 E8 ?? ?? ?? ?? 41 0F B6 D4 48 8B CB E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 81 FF ?? ?? ?? ?? 0F 85",
Offset = 2 Offset = 2
)] )]
private readonly int? _searchForRecipesUsingItemVfunc; private readonly int? _searchForRecipesUsingItemVfunc;