Fix signature and CS changes.

This commit is contained in:
Ottermandias 2023-01-10 09:42:59 +01:00
parent 889fc101a8
commit 9ccbe10642
4 changed files with 5 additions and 3 deletions

View file

@ -43,7 +43,7 @@ public static class Sigs
"E8 ?? ?? ?? ?? 40 F6 C7 01 74 3A 40 F6 C7 04 75 27 48 85 DB 74 2F 48 8B 05 ?? ?? ?? ?? 48 8B D3 48 8B 48 30";
public const string EnableDraw = "E8 ?? ?? ?? ?? 48 8B 8B ?? ?? ?? ?? 48 85 C9 74 33 45 33 C0";
public const string WeaponReload = "E8 ?? ?? ?? ?? 44 8B 9F";
public const string WeaponReload = "E8 ?? ?? ?? ?? 33 DB BE";
// PathResolver.Meta
public const string UpdateModel = "48 8B ?? 56 48 83 ?? ?? ?? B9";