mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-02-15 10:27:22 +08:00
fix(offsets.rs): dwNetworkGameClient sig
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2026-01-22 00:10:23.980960800 UTC
|
||||
// 2026-01-22 12:23:57.753951800 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
@@ -25,7 +25,7 @@ namespace CS2Dumper.Offsets {
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x606504;
|
||||
public const nint dwNetworkGameClient = 0x900FEF;
|
||||
public const nint dwNetworkGameClient = 0x900FF0;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x378;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x24C;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x2C141F;
|
||||
|
||||
Reference in New Issue
Block a user