Add files via upload

This commit is contained in:
LauraSavall
2024-08-21 02:20:10 +02:00
committed by GitHub
parent fd672be38b
commit 35252f3049
89 changed files with 96801 additions and 219 deletions

View File

@@ -0,0 +1,21 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-14 22:21:27.556884700 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: networksystem.dll
// Classes count: 1
// Enums count: 0
namespace networksystem_dll {
// Parent: None
// Fields count: 1
namespace ChangeAccessorFieldPathIndex_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32
}
}
}
}