Update code

This commit is contained in:
a2x
2024-04-16 12:32:14 +10:00
parent 6406f88e0b
commit 45b7574975
157 changed files with 73646 additions and 117625 deletions

24
output/libhost.so.rs Normal file
View File

@@ -0,0 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-16 02:29:53.956513739 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libhost.so
// Classes count: 2
// Enums count: 0
pub mod libhost_so {
// Parent: CAnimScriptBase
// Fields count: 1
pub mod EmptyTestScript {
pub const m_hTest: usize = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Fields count: 1
pub mod CAnimScriptBase {
pub const m_bIsValid: usize = 0x8; // bool
}
}
}
}