mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13990
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Fri, 9 Feb 2024 00:34:46 +0000
|
||||
* Fri, 9 Feb 2024 02:38:11 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -45,7 +45,7 @@ namespace engine2_dll { // engine2.dll
|
||||
}
|
||||
|
||||
namespace game_info { // Some additional information about the game at dump time
|
||||
constexpr std::ptrdiff_t buildNumber = 0x36A5; // Game build number
|
||||
constexpr std::ptrdiff_t buildNumber = 0x36A6; // Game build number
|
||||
}
|
||||
|
||||
namespace inputsystem_dll { // inputsystem.dll
|
||||
|
||||
Reference in New Issue
Block a user