mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13954
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-02 15:54:55.104199700 UTC
|
||||
// 2023-10-03 00:41:25.085427500 UTC
|
||||
|
||||
pub mod CAnimScriptBase {
|
||||
pub const m_bIsValid: usize = 0x8; // bool
|
||||
}
|
||||
|
||||
pub mod EmptyTestScript {
|
||||
pub const m_hTest: usize = 0x10; // CAnimScriptParam< float32 >
|
||||
pub const m_hTest: usize = 0x10; // CAnimScriptParam<float>
|
||||
}
|
||||
Reference in New Issue
Block a user