mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Add game info
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 23 Jan 2024 00:52:46 +0000
|
||||
* Tue, 23 Jan 2024 06:17:35 +0000
|
||||
*/
|
||||
|
||||
public static class client_dll { // client.dll
|
||||
@@ -40,6 +40,10 @@ public static class engine2_dll { // engine2.dll
|
||||
public const nint dwWindowWidth = 0x597E08;
|
||||
}
|
||||
|
||||
public static class game_info { // Some additional information about the game at dump time
|
||||
public const nint buildNumber = 0x36A1; // Game build number
|
||||
}
|
||||
|
||||
public static class inputsystem_dll { // inputsystem.dll
|
||||
public const nint dwInputSystem = 0x35760;
|
||||
}
|
||||
Reference in New Issue
Block a user