mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Updated README
This commit is contained in:
@@ -2,6 +2,23 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace CExampleSchemaVData_Monomorphic {
|
||||
constexpr std::ptrdiff_t m_nExample1 = 0x0;
|
||||
constexpr std::ptrdiff_t m_nExample2 = 0x4;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_PolymorphicBase {
|
||||
constexpr std::ptrdiff_t m_nBase = 0x8;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedA {
|
||||
constexpr std::ptrdiff_t m_nDerivedA = 0x10;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
||||
constexpr std::ptrdiff_t m_nDerivedB = 0x10;
|
||||
}
|
||||
|
||||
namespace CSchemaSystemInternalRegistration {
|
||||
constexpr std::ptrdiff_t m_Vector2D = 0x0;
|
||||
constexpr std::ptrdiff_t m_Vector = 0x8;
|
||||
@@ -27,27 +44,6 @@ namespace CSchemaSystemInternalRegistration {
|
||||
constexpr std::ptrdiff_t m_KV3 = 0x170;
|
||||
}
|
||||
|
||||
namespace InfoForResourceTypeCResourceManifestInternal {
|
||||
}
|
||||
|
||||
namespace ResourceId_t {
|
||||
constexpr std::ptrdiff_t m_Value = 0x0;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_Monomorphic {
|
||||
constexpr std::ptrdiff_t m_nExample1 = 0x0;
|
||||
constexpr std::ptrdiff_t m_nExample2 = 0x4;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_PolymorphicBase {
|
||||
constexpr std::ptrdiff_t m_nBase = 0x8;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedA {
|
||||
constexpr std::ptrdiff_t m_nDerivedA = 0x10;
|
||||
}
|
||||
|
||||
namespace CExampleSchemaVData_PolymorphicDerivedB {
|
||||
constexpr std::ptrdiff_t m_nDerivedB = 0x10;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user