cs2-dumper/output/networksystem_dll.hpp

22 lines
508 B
C++
Raw Permalink Normal View History

// Generated using https://github.com/a2x/cs2-dumper
2024-09-10 07:58:47 +08:00
// 2024-09-09 23:55:40.648124500 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: networksystem.dll
2024-08-09 15:38:14 +08:00
// Class count: 1
// Enum count: 0
namespace networksystem_dll {
// Parent: None
// Field count: 1
namespace ChangeAccessorFieldPathIndex_t {
2024-08-09 15:38:14 +08:00
constexpr std::ptrdiff_t m_Value = 0x0; // int32
}
}
}
}