* Bug fixes
This commit is contained in:
a2x
2026-01-26 07:18:17 +10:00
parent a03f9725e9
commit e709e1e524
110 changed files with 80569 additions and 1020 deletions

View File

@@ -1,14 +1,15 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-01-24 02:38:39.726673900 UTC
// 2026-01-25 21:11:42.105397500 UTC
#pragma once
#include <cstddef>
#include <cstdint>
namespace cs2_dumper {
namespace schemas {
// Module: networksystem.dll
// Class count: 0
// Class count: 1
// Enum count: 1
namespace networksystem_dll {
// Alignment: 4
@@ -19,6 +20,11 @@ namespace cs2_dumper {
OOPVSUpdates_Default = 0x2,
OOPVSUpdates_Count = 0x3
};
// Parent: None
// Field count: 1
namespace ChangeAccessorFieldPathIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32
}
}
}
}