add older offsets

This commit is contained in:
GOffrier-DEV
2024-08-20 15:18:56 +02:00
parent 5e7a138c93
commit 2b306cd1c7
81 changed files with 161686 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-19 23:33:08.462588500 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: 1
// Enum count: 0
pub mod networksystem_dll {
// Parent: None
// Field count: 1
pub mod ChangeAccessorFieldPathIndex_t {
pub const m_Value: usize = 0x0; // int32
}
}
}
}