mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-02-15 10:27:22 +08:00
0.1.3
* Bug fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user