diff --git a/output/animationsystem_dll.cs b/output/animationsystem_dll.cs index 92cccaab..451c6df8 100644 --- a/output/animationsystem_dll.cs +++ b/output/animationsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: animationsystem.dll diff --git a/output/animationsystem_dll.hpp b/output/animationsystem_dll.hpp index 969964a9..7dae5dbc 100644 --- a/output/animationsystem_dll.hpp +++ b/output/animationsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/animationsystem_dll.rs b/output/animationsystem_dll.rs index 4ec6229d..e253e19a 100644 --- a/output/animationsystem_dll.rs +++ b/output/animationsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/buttons.cs b/output/buttons.cs index a643f96e..f81cedce 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper { // Module: client.dll @@ -11,14 +11,14 @@ namespace CS2Dumper { public const nint forward = 0x1BE65E0; public const nint jump = 0x1BE68B0; public const nint left = 0x1BE6700; - public const nint lookatweapon = 0x1E3A070; + public const nint lookatweapon = 0x1E3A060; public const nint reload = 0x1BE6310; public const nint right = 0x1BE6790; - public const nint showscores = 0x1E39F50; + public const nint showscores = 0x1E39F40; public const nint sprint = 0x1BE6280; public const nint turnleft = 0x1BE64C0; public const nint turnright = 0x1BE6550; public const nint use = 0x1BE6820; - public const nint zoom = 0x1E39FE0; + public const nint zoom = 0x1E39FD0; } } diff --git a/output/buttons.hpp b/output/buttons.hpp index 2d45c7a4..17dbae49 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once @@ -15,14 +15,14 @@ namespace cs2_dumper { constexpr std::ptrdiff_t forward = 0x1BE65E0; constexpr std::ptrdiff_t jump = 0x1BE68B0; constexpr std::ptrdiff_t left = 0x1BE6700; - constexpr std::ptrdiff_t lookatweapon = 0x1E3A070; + constexpr std::ptrdiff_t lookatweapon = 0x1E3A060; constexpr std::ptrdiff_t reload = 0x1BE6310; constexpr std::ptrdiff_t right = 0x1BE6790; - constexpr std::ptrdiff_t showscores = 0x1E39F50; + constexpr std::ptrdiff_t showscores = 0x1E39F40; constexpr std::ptrdiff_t sprint = 0x1BE6280; constexpr std::ptrdiff_t turnleft = 0x1BE64C0; constexpr std::ptrdiff_t turnright = 0x1BE6550; constexpr std::ptrdiff_t use = 0x1BE6820; - constexpr std::ptrdiff_t zoom = 0x1E39FE0; + constexpr std::ptrdiff_t zoom = 0x1E39FD0; } } diff --git a/output/buttons.json b/output/buttons.json index d61d1f96..1f82338c 100644 --- a/output/buttons.json +++ b/output/buttons.json @@ -7,14 +7,14 @@ "forward": 29255136, "jump": 29255856, "left": 29255424, - "lookatweapon": 31694960, + "lookatweapon": 31694944, "reload": 29254416, "right": 29255568, - "showscores": 31694672, + "showscores": 31694656, "sprint": 29254272, "turnleft": 29254848, "turnright": 29254992, "use": 29255712, - "zoom": 31694816 + "zoom": 31694800 } } \ No newline at end of file diff --git a/output/buttons.rs b/output/buttons.rs index bb3ba673..a6f6499b 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, unused)] @@ -13,14 +13,14 @@ pub mod cs2_dumper { pub const forward: usize = 0x1BE65E0; pub const jump: usize = 0x1BE68B0; pub const left: usize = 0x1BE6700; - pub const lookatweapon: usize = 0x1E3A070; + pub const lookatweapon: usize = 0x1E3A060; pub const reload: usize = 0x1BE6310; pub const right: usize = 0x1BE6790; - pub const showscores: usize = 0x1E39F50; + pub const showscores: usize = 0x1E39F40; pub const sprint: usize = 0x1BE6280; pub const turnleft: usize = 0x1BE64C0; pub const turnright: usize = 0x1BE6550; pub const r#use: usize = 0x1BE6820; - pub const zoom: usize = 0x1E39FE0; + pub const zoom: usize = 0x1E39FD0; } } diff --git a/output/client_dll.cs b/output/client_dll.cs index 7055d2ce..6dc9e29c 100644 --- a/output/client_dll.cs +++ b/output/client_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: client.dll diff --git a/output/client_dll.hpp b/output/client_dll.hpp index 0df5124b..e17ec485 100644 --- a/output/client_dll.hpp +++ b/output/client_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/client_dll.rs b/output/client_dll.rs index 0a869a60..2bbe25b3 100644 --- a/output/client_dll.rs +++ b/output/client_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/engine2_dll.cs b/output/engine2_dll.cs index 6e0695a1..01641019 100644 --- a/output/engine2_dll.cs +++ b/output/engine2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: engine2.dll diff --git a/output/engine2_dll.hpp b/output/engine2_dll.hpp index e3d883d6..977f8fb6 100644 --- a/output/engine2_dll.hpp +++ b/output/engine2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/engine2_dll.rs b/output/engine2_dll.rs index d81198c2..5a77f033 100644 --- a/output/engine2_dll.rs +++ b/output/engine2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/host_dll.cs b/output/host_dll.cs index 27655f6c..532891f8 100644 --- a/output/host_dll.cs +++ b/output/host_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: host.dll diff --git a/output/host_dll.hpp b/output/host_dll.hpp index bb60703a..c666b4ef 100644 --- a/output/host_dll.hpp +++ b/output/host_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/host_dll.rs b/output/host_dll.rs index ee629e00..c5674acb 100644 --- a/output/host_dll.rs +++ b/output/host_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/info.json b/output/info.json index d0068269..d464a76e 100644 --- a/output/info.json +++ b/output/info.json @@ -1,4 +1,4 @@ { "build_number": 14125, - "timestamp": "2025-11-14T01:17:01.152749900+00:00" + "timestamp": "2025-11-19T09:40:45.247354700+00:00" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 9915f956..fcd94943 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Interfaces { // Module: animationsystem.dll @@ -162,7 +162,7 @@ namespace CS2Dumper.Interfaces { public const nint NavGameTest001 = 0x17DBD10; public const nint ServerToolsInfo_001 = 0x178B1A8; public const nint Source2GameClients001 = 0x1786AF0; - public const nint Source2GameDirector001 = 0x18E6310; + public const nint Source2GameDirector001 = 0x18E6350; public const nint Source2GameEntities001 = 0x178A8B0; public const nint Source2Server001 = 0x178A710; public const nint Source2ServerConfig001 = 0x19B81A8; diff --git a/output/interfaces.hpp b/output/interfaces.hpp index aa4e1605..28493cd1 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once @@ -167,7 +167,7 @@ namespace cs2_dumper { constexpr std::ptrdiff_t NavGameTest001 = 0x17DBD10; constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x178B1A8; constexpr std::ptrdiff_t Source2GameClients001 = 0x1786AF0; - constexpr std::ptrdiff_t Source2GameDirector001 = 0x18E6310; + constexpr std::ptrdiff_t Source2GameDirector001 = 0x18E6350; constexpr std::ptrdiff_t Source2GameEntities001 = 0x178A8B0; constexpr std::ptrdiff_t Source2Server001 = 0x178A710; constexpr std::ptrdiff_t Source2ServerConfig001 = 0x19B81A8; diff --git a/output/interfaces.json b/output/interfaces.json index 22f6a603..5c38fd95 100644 --- a/output/interfaces.json +++ b/output/interfaces.json @@ -135,7 +135,7 @@ "NavGameTest001": 25017616, "ServerToolsInfo_001": 24687016, "Source2GameClients001": 24668912, - "Source2GameDirector001": 26108688, + "Source2GameDirector001": 26108752, "Source2GameEntities001": 24684720, "Source2Server001": 24684304, "Source2ServerConfig001": 26968488, diff --git a/output/interfaces.rs b/output/interfaces.rs index 844e1458..4d1808b1 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, unused)] @@ -165,7 +165,7 @@ pub mod cs2_dumper { pub const NavGameTest001: usize = 0x17DBD10; pub const ServerToolsInfo_001: usize = 0x178B1A8; pub const Source2GameClients001: usize = 0x1786AF0; - pub const Source2GameDirector001: usize = 0x18E6310; + pub const Source2GameDirector001: usize = 0x18E6350; pub const Source2GameEntities001: usize = 0x178A8B0; pub const Source2Server001: usize = 0x178A710; pub const Source2ServerConfig001: usize = 0x19B81A8; diff --git a/output/materialsystem2_dll.cs b/output/materialsystem2_dll.cs index 07453b77..f0e63794 100644 --- a/output/materialsystem2_dll.cs +++ b/output/materialsystem2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: materialsystem2.dll diff --git a/output/materialsystem2_dll.hpp b/output/materialsystem2_dll.hpp index 6d4771e7..3a7d745f 100644 --- a/output/materialsystem2_dll.hpp +++ b/output/materialsystem2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/materialsystem2_dll.rs b/output/materialsystem2_dll.rs index 33ee959c..01db75a1 100644 --- a/output/materialsystem2_dll.rs +++ b/output/materialsystem2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/networksystem_dll.cs b/output/networksystem_dll.cs index 26fdf0d6..947841de 100644 --- a/output/networksystem_dll.cs +++ b/output/networksystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: networksystem.dll diff --git a/output/networksystem_dll.hpp b/output/networksystem_dll.hpp index 554a3aa1..672bd833 100644 --- a/output/networksystem_dll.hpp +++ b/output/networksystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/networksystem_dll.rs b/output/networksystem_dll.rs index bab9c809..8d6c2499 100644 --- a/output/networksystem_dll.rs +++ b/output/networksystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/offsets.cs b/output/offsets.cs index 474b6191..2d40f640 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,23 +1,23 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Offsets { // Module: client.dll public static class ClientDll { - public const nint dwCSGOInput = 0x1E3A150; + public const nint dwCSGOInput = 0x1E3A140; public const nint dwEntityList = 0x1D11CF8; - public const nint dwGameEntitySystem = 0x1FB69F0; + public const nint dwGameEntitySystem = 0x1FB69E0; public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0; public const nint dwGameRules = 0x1E2F410; public const nint dwGlobalVars = 0x1BE21C0; public const nint dwGlowManager = 0x1E2C2B8; public const nint dwLocalPlayerController = 0x1E1BBE8; public const nint dwLocalPlayerPawn = 0x1BECF38; - public const nint dwPlantedC4 = 0x1E34BE8; + public const nint dwPlantedC4 = 0x1E34BD8; public const nint dwPrediction = 0x1BECE50; public const nint dwSensitivity = 0x1E2CD08; public const nint dwSensitivity_sensitivity = 0x50; - public const nint dwViewAngles = 0x1E3A800; + public const nint dwViewAngles = 0x1E3A7F0; public const nint dwViewMatrix = 0x1E303D0; public const nint dwViewRender = 0x1E30F48; public const nint dwWeaponC4 = 0x1DCD030; diff --git a/output/offsets.hpp b/output/offsets.hpp index 5520f912..a8a14129 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once @@ -9,20 +9,20 @@ namespace cs2_dumper { namespace offsets { // Module: client.dll namespace client_dll { - constexpr std::ptrdiff_t dwCSGOInput = 0x1E3A150; + constexpr std::ptrdiff_t dwCSGOInput = 0x1E3A140; constexpr std::ptrdiff_t dwEntityList = 0x1D11CF8; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FB69F0; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FB69E0; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0; constexpr std::ptrdiff_t dwGameRules = 0x1E2F410; constexpr std::ptrdiff_t dwGlobalVars = 0x1BE21C0; constexpr std::ptrdiff_t dwGlowManager = 0x1E2C2B8; constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E1BBE8; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BECF38; - constexpr std::ptrdiff_t dwPlantedC4 = 0x1E34BE8; + constexpr std::ptrdiff_t dwPlantedC4 = 0x1E34BD8; constexpr std::ptrdiff_t dwPrediction = 0x1BECE50; constexpr std::ptrdiff_t dwSensitivity = 0x1E2CD08; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x50; - constexpr std::ptrdiff_t dwViewAngles = 0x1E3A800; + constexpr std::ptrdiff_t dwViewAngles = 0x1E3A7F0; constexpr std::ptrdiff_t dwViewMatrix = 0x1E303D0; constexpr std::ptrdiff_t dwViewRender = 0x1E30F48; constexpr std::ptrdiff_t dwWeaponC4 = 0x1DCD030; diff --git a/output/offsets.json b/output/offsets.json index eb2efbcb..e875198d 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -1,19 +1,19 @@ { "client.dll": { - "dwCSGOInput": 31695184, + "dwCSGOInput": 31695168, "dwEntityList": 30481656, - "dwGameEntitySystem": 33253872, + "dwGameEntitySystem": 33253856, "dwGameEntitySystem_highestEntityIndex": 8432, "dwGameRules": 31650832, "dwGlobalVars": 29237696, "dwGlowManager": 31638200, "dwLocalPlayerController": 31570920, "dwLocalPlayerPawn": 29282104, - "dwPlantedC4": 31673320, + "dwPlantedC4": 31673304, "dwPrediction": 29281872, "dwSensitivity": 31640840, "dwSensitivity_sensitivity": 80, - "dwViewAngles": 31696896, + "dwViewAngles": 31696880, "dwViewMatrix": 31654864, "dwViewRender": 31657800, "dwWeaponC4": 31248432 diff --git a/output/offsets.rs b/output/offsets.rs index 5a7e287f..f3ae4bea 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, unused)] @@ -7,20 +7,20 @@ pub mod cs2_dumper { pub mod offsets { // Module: client.dll pub mod client_dll { - pub const dwCSGOInput: usize = 0x1E3A150; + pub const dwCSGOInput: usize = 0x1E3A140; pub const dwEntityList: usize = 0x1D11CF8; - pub const dwGameEntitySystem: usize = 0x1FB69F0; + pub const dwGameEntitySystem: usize = 0x1FB69E0; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0; pub const dwGameRules: usize = 0x1E2F410; pub const dwGlobalVars: usize = 0x1BE21C0; pub const dwGlowManager: usize = 0x1E2C2B8; pub const dwLocalPlayerController: usize = 0x1E1BBE8; pub const dwLocalPlayerPawn: usize = 0x1BECF38; - pub const dwPlantedC4: usize = 0x1E34BE8; + pub const dwPlantedC4: usize = 0x1E34BD8; pub const dwPrediction: usize = 0x1BECE50; pub const dwSensitivity: usize = 0x1E2CD08; pub const dwSensitivity_sensitivity: usize = 0x50; - pub const dwViewAngles: usize = 0x1E3A800; + pub const dwViewAngles: usize = 0x1E3A7F0; pub const dwViewMatrix: usize = 0x1E303D0; pub const dwViewRender: usize = 0x1E30F48; pub const dwWeaponC4: usize = 0x1DCD030; diff --git a/output/panorama_dll.cs b/output/panorama_dll.cs index 06c134ab..fdccb6b8 100644 --- a/output/panorama_dll.cs +++ b/output/panorama_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: panorama.dll diff --git a/output/panorama_dll.hpp b/output/panorama_dll.hpp index 009f6680..88a0e9fa 100644 --- a/output/panorama_dll.hpp +++ b/output/panorama_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/panorama_dll.rs b/output/panorama_dll.rs index 68e001e1..2920a12d 100644 --- a/output/panorama_dll.rs +++ b/output/panorama_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/particles_dll.cs b/output/particles_dll.cs index ddd04161..502fe75a 100644 --- a/output/particles_dll.cs +++ b/output/particles_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: particles.dll diff --git a/output/particles_dll.hpp b/output/particles_dll.hpp index cffd69be..ab7935f0 100644 --- a/output/particles_dll.hpp +++ b/output/particles_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/particles_dll.rs b/output/particles_dll.rs index 95288fb5..8a9d010a 100644 --- a/output/particles_dll.rs +++ b/output/particles_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/pulse_system_dll.cs b/output/pulse_system_dll.cs index f72a5520..805b73ff 100644 --- a/output/pulse_system_dll.cs +++ b/output/pulse_system_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: pulse_system.dll diff --git a/output/pulse_system_dll.hpp b/output/pulse_system_dll.hpp index 83705ef1..1de1bf03 100644 --- a/output/pulse_system_dll.hpp +++ b/output/pulse_system_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/pulse_system_dll.rs b/output/pulse_system_dll.rs index e3356914..5743b48c 100644 --- a/output/pulse_system_dll.rs +++ b/output/pulse_system_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/rendersystemdx11_dll.cs b/output/rendersystemdx11_dll.cs index 07eae116..a800091c 100644 --- a/output/rendersystemdx11_dll.cs +++ b/output/rendersystemdx11_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: rendersystemdx11.dll diff --git a/output/rendersystemdx11_dll.hpp b/output/rendersystemdx11_dll.hpp index b8c85c41..172189e9 100644 --- a/output/rendersystemdx11_dll.hpp +++ b/output/rendersystemdx11_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/rendersystemdx11_dll.rs b/output/rendersystemdx11_dll.rs index 8070bee1..858fd0f7 100644 --- a/output/rendersystemdx11_dll.rs +++ b/output/rendersystemdx11_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/resourcesystem_dll.cs b/output/resourcesystem_dll.cs index 61b217d0..eac78667 100644 --- a/output/resourcesystem_dll.cs +++ b/output/resourcesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: resourcesystem.dll diff --git a/output/resourcesystem_dll.hpp b/output/resourcesystem_dll.hpp index 52c3b8a4..afa1fc58 100644 --- a/output/resourcesystem_dll.hpp +++ b/output/resourcesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/resourcesystem_dll.rs b/output/resourcesystem_dll.rs index 300e3919..a9a04818 100644 --- a/output/resourcesystem_dll.rs +++ b/output/resourcesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/scenesystem_dll.cs b/output/scenesystem_dll.cs index 564754d6..fe86c723 100644 --- a/output/scenesystem_dll.cs +++ b/output/scenesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: scenesystem.dll diff --git a/output/scenesystem_dll.hpp b/output/scenesystem_dll.hpp index ba840a65..79b3c960 100644 --- a/output/scenesystem_dll.hpp +++ b/output/scenesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/scenesystem_dll.rs b/output/scenesystem_dll.rs index ffb821fc..f31d9e13 100644 --- a/output/scenesystem_dll.rs +++ b/output/scenesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/schemasystem_dll.cs b/output/schemasystem_dll.cs index f9ead13e..56681bbd 100644 --- a/output/schemasystem_dll.cs +++ b/output/schemasystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: schemasystem.dll diff --git a/output/schemasystem_dll.hpp b/output/schemasystem_dll.hpp index 116fb990..5815e500 100644 --- a/output/schemasystem_dll.hpp +++ b/output/schemasystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/schemasystem_dll.rs b/output/schemasystem_dll.rs index 2264a669..018433b5 100644 --- a/output/schemasystem_dll.rs +++ b/output/schemasystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/server_dll.cs b/output/server_dll.cs index da2fa703..52df1ba4 100644 --- a/output/server_dll.cs +++ b/output/server_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: server.dll diff --git a/output/server_dll.hpp b/output/server_dll.hpp index e17d343e..3d5c1d1f 100644 --- a/output/server_dll.hpp +++ b/output/server_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/server_dll.rs b/output/server_dll.rs index dc0a3f4e..7e1952cf 100644 --- a/output/server_dll.rs +++ b/output/server_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/soundsystem_dll.cs b/output/soundsystem_dll.cs index 40364dd2..51c91f44 100644 --- a/output/soundsystem_dll.cs +++ b/output/soundsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll diff --git a/output/soundsystem_dll.hpp b/output/soundsystem_dll.hpp index 8f414abe..f8e45e5f 100644 --- a/output/soundsystem_dll.hpp +++ b/output/soundsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/soundsystem_dll.rs b/output/soundsystem_dll.rs index a7d137f6..e27eeb29 100644 --- a/output/soundsystem_dll.rs +++ b/output/soundsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/steamaudio_dll.cs b/output/steamaudio_dll.cs index 1bd84a1c..6d26a7dd 100644 --- a/output/steamaudio_dll.cs +++ b/output/steamaudio_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: steamaudio.dll diff --git a/output/steamaudio_dll.hpp b/output/steamaudio_dll.hpp index e3081563..ae731219 100644 --- a/output/steamaudio_dll.hpp +++ b/output/steamaudio_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/steamaudio_dll.rs b/output/steamaudio_dll.rs index 22e33e24..a112e5e2 100644 --- a/output/steamaudio_dll.rs +++ b/output/steamaudio_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/vphysics2_dll.cs b/output/vphysics2_dll.cs index 6d341967..63dbf886 100644 --- a/output/vphysics2_dll.cs +++ b/output/vphysics2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: vphysics2.dll diff --git a/output/vphysics2_dll.hpp b/output/vphysics2_dll.hpp index d2fa125b..d481ae79 100644 --- a/output/vphysics2_dll.hpp +++ b/output/vphysics2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/vphysics2_dll.rs b/output/vphysics2_dll.rs index ed3ebea7..bbd5922f 100644 --- a/output/vphysics2_dll.rs +++ b/output/vphysics2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/worldrenderer_dll.cs b/output/worldrenderer_dll.cs index e21b5cff..f799e5fb 100644 --- a/output/worldrenderer_dll.cs +++ b/output/worldrenderer_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC namespace CS2Dumper.Schemas { // Module: worldrenderer.dll diff --git a/output/worldrenderer_dll.hpp b/output/worldrenderer_dll.hpp index 9371aa54..34a08667 100644 --- a/output/worldrenderer_dll.hpp +++ b/output/worldrenderer_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #pragma once diff --git a/output/worldrenderer_dll.rs b/output/worldrenderer_dll.rs index f9f0a7de..193c452b 100644 --- a/output/worldrenderer_dll.rs +++ b/output/worldrenderer_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-14 01:17:01.152749900 UTC +// 2025-11-19 09:40:45.247354700 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]