mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 22:59:59 +08:00
7 lines
131 B
C++
7 lines
131 B
C++
#pragma once
|
|
|
|
#include <cstddef>
|
|
|
|
namespace ChangeAccessorFieldPathIndex_t {
|
|
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
|
} |