mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
9 lines
222 B
Rust
9 lines
222 B
Rust
#![allow(non_snake_case, non_upper_case_globals)]
|
|
|
|
pub mod CAnimScriptBase {
|
|
pub const m_bIsValid: usize = 0x8; // bool
|
|
}
|
|
|
|
pub mod EmptyTestScript {
|
|
pub const m_hTest: usize = 0x10; // CAnimScriptParam< float32 >
|
|
} |