mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
📦 Game Update 13973
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Sat, 18 Nov 2023 01:51:40 +0000
|
||||
* Tue, 21 Nov 2023 00:47:41 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -175,6 +175,11 @@ pub mod EventFrameBoundary_t {
|
||||
pub const m_flFrameTime: usize = 0x0; // float
|
||||
}
|
||||
|
||||
pub mod EventHostTimescaleChanged_t {
|
||||
pub const m_flOldValue: usize = 0x0; // float
|
||||
pub const m_flNewValue: usize = 0x4; // float
|
||||
}
|
||||
|
||||
pub mod EventModInitialized_t {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user