source2sdk/sdk/networksystem.hpp
2023-03-16 00:40:38 +03:00

19 lines
317 B
C++

#pragma once
#include <cstdint>
#include "!GlobalTypes.hpp"
///////////////////////////////////////////
// Binary: networksystem.dll
// Class Count: 1
// Enum Count: 0
///////////////////////////////////////////
// Aligment: 1
// Size: 2
struct ChangeAccessorFieldPathIndex_t
{
public:
int16_t m_Value; // 0x0
};