mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39: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
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -177,6 +177,11 @@ namespace EventFrameBoundary_t {
|
||||
constexpr std::ptrdiff_t m_flFrameTime = 0x0; // float
|
||||
}
|
||||
|
||||
namespace EventHostTimescaleChanged_t {
|
||||
constexpr std::ptrdiff_t m_flOldValue = 0x0; // float
|
||||
constexpr std::ptrdiff_t m_flNewValue = 0x4; // float
|
||||
}
|
||||
|
||||
namespace EventModInitialized_t {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user