mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
fix this
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-09-17 23:35:16.178232700 UTC
|
||||
// 2025-09-19 17:18:57.328261100 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
@@ -9,14 +9,14 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x1BD6A90;
|
||||
public const nint EmptyWorldService001_Client = 0x1B91E10;
|
||||
public const nint GameClientExports001 = 0x1BD3770;
|
||||
public const nint LegacyGameUI001 = 0x1BF2260;
|
||||
public const nint Source2Client002 = 0x1E19230;
|
||||
public const nint Source2ClientConfig001 = 0x1DB3030;
|
||||
public const nint Source2ClientPrediction001 = 0x1BDDD40;
|
||||
public const nint Source2ClientUI001 = 0x1BF06F0;
|
||||
public const nint ClientToolsInfo_001 = 0x1BD9B20;
|
||||
public const nint EmptyWorldService001_Client = 0x1B94EA0;
|
||||
public const nint GameClientExports001 = 0x1BD6800;
|
||||
public const nint LegacyGameUI001 = 0x1BF52C0;
|
||||
public const nint Source2Client002 = 0x1E1C5F0;
|
||||
public const nint Source2ClientConfig001 = 0x1DB64C0;
|
||||
public const nint Source2ClientPrediction001 = 0x1BE0DC0;
|
||||
public const nint Source2ClientUI001 = 0x1BF3750;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x16F8820;
|
||||
public const nint EntitySubclassUtilsV001 = 0x16A4F90;
|
||||
public const nint NavGameTest001 = 0x179FDB0;
|
||||
public const nint ServerToolsInfo_001 = 0x174FCE8;
|
||||
public const nint Source2GameClients001 = 0x174B6A0;
|
||||
public const nint Source2GameDirector001 = 0x18A9210;
|
||||
public const nint Source2GameEntities001 = 0x174F3F0;
|
||||
public const nint Source2Server001 = 0x174F250;
|
||||
public const nint Source2ServerConfig001 = 0x197A668;
|
||||
public const nint customnavsystem001 = 0x1684A98;
|
||||
public const nint EmptyWorldService001_Server = 0x16FE8A0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x16AAFA0;
|
||||
public const nint NavGameTest001 = 0x17A5E10;
|
||||
public const nint ServerToolsInfo_001 = 0x1755D68;
|
||||
public const nint Source2GameClients001 = 0x1751720;
|
||||
public const nint Source2GameDirector001 = 0x18AF510;
|
||||
public const nint Source2GameEntities001 = 0x1755470;
|
||||
public const nint Source2Server001 = 0x17552D0;
|
||||
public const nint Source2ServerConfig001 = 0x1980938;
|
||||
public const nint customnavsystem001 = 0x168AAA8;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
|
Reference in New Issue
Block a user