📦 Game Update 13973

This commit is contained in:
a2x
2023-11-21 11:07:02 +10:00
parent 614c15299e
commit b7ee68c67e
76 changed files with 485 additions and 453 deletions

View File

@@ -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
*/
public static class CEmptyEntityInstance {
@@ -173,6 +173,11 @@ public static class EventFrameBoundary_t {
public const nint m_flFrameTime = 0x0; // float
}
public static class EventHostTimescaleChanged_t {
public const nint m_flOldValue = 0x0; // float
public const nint m_flNewValue = 0x4; // float
}
public static class EventModInitialized_t {
}