* Bug fixes
This commit is contained in:
a2x
2026-01-26 07:18:17 +10:00
parent a03f9725e9
commit e709e1e524
110 changed files with 80569 additions and 1020 deletions

View File

@@ -1,12 +1,12 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-24 02:38:39.726673900 UTC
// 2026-01-25 21:11:42.105397500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: networksystem.dll
// Class count: 0
// Class count: 1
// Enum count: 1
pub mod networksystem_dll {
// Alignment: 4
@@ -18,6 +18,11 @@ pub mod cs2_dumper {
OOPVSUpdates_Default = 0x2,
OOPVSUpdates_Count = 0x3
}
// Parent: None
// Field count: 1
pub mod ChangeAccessorFieldPathIndex_t {
pub const m_Value: usize = 0x0; // int32
}
}
}
}