fix(offsets.rs): dwNetworkGameClient sig

This commit is contained in:
laine
2026-01-22 23:25:00 +11:00
parent 2e5712af4d
commit 06af096fcf
62 changed files with 192 additions and 177 deletions

View File

@@ -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;