Game update (14090)

This commit is contained in:
a2x
2025-07-29 18:11:56 +10:00
parent 778d3f2e4b
commit 7f60c80c21
93 changed files with 81586 additions and 66642 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-07-16 05:17:05.277202900 UTC
// 2025-07-29 08:05:49.300075200 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
@@ -7,8 +7,17 @@ pub mod cs2_dumper {
pub mod schemas {
// Module: networksystem.dll
// Class count: 1
// Enum count: 0
// Enum count: 1
pub mod networksystem_dll {
// Alignment: 4
// Member count: 4
#[repr(u32)]
pub enum OutOfPVSUpdates_t {
OOPVSUpdates_OptOut = 0x0,
OOPVSUpdates_OptIn = 0x1,
OOPVSUpdates_Default = 0x2,
OOPVSUpdates_Count = 0x3
}
// Parent: None
// Field count: 1
pub mod ChangeAccessorFieldPathIndex_t {