source2sdk/sdk/networksystem.hpp

19 lines
337 B
C++
Raw Normal View History

2023-03-15 15:20:35 +00:00
#pragma once
#include <cstdint>
#include "!GlobalTypes.hpp"
2023-03-22 22:31:08 +00:00
// /////////////////////////////////////////
2023-03-15 15:20:35 +00:00
// Binary: networksystem.dll
2023-03-22 22:31:08 +00:00
// Classes count: 1
// Enums count: 0
// /////////////////////////////////////////
2023-03-15 15:20:35 +00:00
2023-03-22 22:31:08 +00:00
// Alignment: 1
// Size: 0x2
struct ChangeAccessorFieldPathIndex_t : public
{
2023-03-15 15:20:35 +00:00
public:
2023-03-22 22:31:08 +00:00
int16_t m_Value; // 0x0
2023-03-15 15:20:35 +00:00
};