cs2-dumper/generated/host.dll.rs

14 lines
331 B
Rust
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2023-10-21 07:43:23 +08:00
* Created using https://github.com/a2x/cs2-dumper
2023-11-21 09:07:02 +08:00
* Tue, 21 Nov 2023 00:47:43 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#![allow(non_snake_case, non_upper_case_globals)]
2023-09-08 21:13:40 +08:00
pub mod CAnimScriptBase {
2023-10-01 12:43:48 +08:00
pub const m_bIsValid: usize = 0x8; // bool
2023-09-08 21:13:40 +08:00
}
2023-10-18 18:32:33 +08:00
pub mod EmptyTestScript { // CAnimScriptBase
2023-10-03 08:29:17 +08:00
pub const m_hTest: usize = 0x10; // CAnimScriptParam<float>
2023-09-08 21:13:40 +08:00
}