Add files via upload

This commit is contained in:
LauraSavall
2024-08-21 02:20:10 +02:00
committed by GitHub
parent fd672be38b
commit 35252f3049
89 changed files with 96801 additions and 219 deletions

24
output/host.dll.rs Normal file
View File

@@ -0,0 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-14 22:21:27.556884700 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: host.dll
// Classes count: 2
// Enums count: 0
pub mod host_dll {
// 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
}
}
}
}