mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-04 11:45:35 +08:00
22 lines
512 B
C++
22 lines
512 B
C++
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-06-21 00:09:51.615729800 UTC
|
|
|
|
#pragma once
|
|
|
|
#include <cstddef>
|
|
|
|
namespace cs2_dumper {
|
|
namespace schemas {
|
|
// Module: networksystem.dll
|
|
// Classes count: 1
|
|
// Enums count: 0
|
|
namespace networksystem_dll {
|
|
// Parent: None
|
|
// Fields count: 1
|
|
namespace ChangeAccessorFieldPathIndex_t {
|
|
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
|
}
|
|
}
|
|
}
|
|
}
|