Game update (14090)

This commit is contained in:
a2x
2025-07-29 18:11:56 +10:00
parent 778d3f2e4b
commit 7f60c80c21
93 changed files with 81586 additions and 66642 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-07-16 05:17:05.277202900 UTC
// 2025-07-29 08:05:49.300075200 UTC
#pragma once
@@ -9,8 +9,16 @@ namespace cs2_dumper {
namespace schemas {
// Module: networksystem.dll
// Class count: 1
// Enum count: 0
// Enum count: 1
namespace networksystem_dll {
// Alignment: 4
// Member count: 4
enum class OutOfPVSUpdates_t : uint32_t {
OOPVSUpdates_OptOut = 0x0,
OOPVSUpdates_OptIn = 0x1,
OOPVSUpdates_Default = 0x2,
OOPVSUpdates_Count = 0x3
};
// Parent: None
// Field count: 1
namespace ChangeAccessorFieldPathIndex_t {