Update generated files

This commit is contained in:
mysty
2023-10-18 11:32:33 +01:00
parent 660829b24d
commit 6b92da2dbc
90 changed files with 71639 additions and 18122 deletions

View File

@@ -1,6 +1,6 @@
/*
* https://github.com/a2x/cs2-dumper
* 2023-10-18 01:33:55.632738300 UTC
* 2023-10-18 10:31:50.130115100 UTC
*/
#pragma once
@@ -16,11 +16,11 @@ namespace CExampleSchemaVData_PolymorphicBase {
constexpr std::ptrdiff_t m_nBase = 0x8; // int32_t
}
namespace CExampleSchemaVData_PolymorphicDerivedA {
namespace CExampleSchemaVData_PolymorphicDerivedA { // CExampleSchemaVData_PolymorphicBase
constexpr std::ptrdiff_t m_nDerivedA = 0x10; // int32_t
}
namespace CExampleSchemaVData_PolymorphicDerivedB {
namespace CExampleSchemaVData_PolymorphicDerivedB { // CExampleSchemaVData_PolymorphicBase
constexpr std::ptrdiff_t m_nDerivedB = 0x10; // int32_t
}
@@ -49,6 +49,9 @@ namespace CSchemaSystemInternalRegistration {
constexpr std::ptrdiff_t m_KV3 = 0x170; // KeyValues3
}
namespace InfoForResourceTypeCResourceManifestInternal {
}
namespace ResourceId_t {
constexpr std::ptrdiff_t m_Value = 0x0; // uint64_t
}