mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Game update (13999)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
Generated using https://github.com/a2x/cs2-dumper
|
||||
Sat, 16 Mar 2024 00:42:38 +0000
|
||||
Wed, 20 Mar 2024 01:24:49 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
@@ -40,7 +40,7 @@ class engine2_dll: # engine2.dll
|
||||
dwWindowWidth = 0x5CBC60
|
||||
|
||||
class game_info: # Some additional information about the game at dump time
|
||||
buildNumber = 0x36AD # Game build number
|
||||
buildNumber = 0x36AF # Game build number
|
||||
|
||||
class inputsystem_dll: # inputsystem.dll
|
||||
dwInputSystem = 0x367A0
|
||||
|
||||
Reference in New Issue
Block a user