2023-03-15 15:20:35 +00:00
|
|
|
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
#include "!GlobalTypes.hpp"
|
|
|
|
|
2023-03-23 14:05:13 +00:00
|
|
|
// /////////////////////////////////////////////////////////////
|
2023-03-15 15:20:35 +00:00
|
|
|
// Binary: networksystem.dll
|
2023-03-23 14:05:13 +00:00
|
|
|
// Classes count: 1
|
|
|
|
// Enums count: 0
|
|
|
|
// Created using source2gen - github.com/neverlosecc/source2gen
|
|
|
|
// /////////////////////////////////////////////////////////////
|
2023-03-15 15:20:35 +00:00
|
|
|
|
2023-03-23 14:05:13 +00:00
|
|
|
// Alignment: 1
|
|
|
|
// Size: 0x2
|
2023-03-15 15:20:35 +00:00
|
|
|
struct ChangeAccessorFieldPathIndex_t
|
|
|
|
{
|
|
|
|
public:
|
2023-03-23 14:05:13 +00:00
|
|
|
int16_t m_Value; // 0x0
|
2023-03-15 15:20:35 +00:00
|
|
|
};
|
|
|
|
|