1
0
mirror of https://github.com/a2x/cs2-dumper.git synced 2025-04-05 16:15:34 +08:00
cs2-dumper/output/networksystem_dll.hpp
2024-10-29 15:15:15 +10:00

22 lines
505 B
C++

// Generated using https://github.com/a2x/cs2-dumper
// 2024-10-29 05:12:03.306756 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: networksystem.dll
// Class count: 1
// Enum count: 0
namespace networksystem_dll {
// Parent: None
// Field count: 1
namespace ChangeAccessorFieldPathIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32
}
}
}
}