mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Update code
This commit is contained in:
21
output/libnetworksystem.so.hpp
Normal file
21
output/libnetworksystem.so.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-16 02:29:53.956513739 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: libnetworksystem.so
|
||||
// Classes count: 1
|
||||
// Enums count: 0
|
||||
namespace libnetworksystem_so {
|
||||
// Parent: None
|
||||
// Fields count: 1
|
||||
namespace ChangeAccessorFieldPathIndex_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0; // int16
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user