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.633713500 UTC
* 2023-10-18 10:31:50.130476300 UTC
*/
public static class CExampleSchemaVData_Monomorphic {
@@ -12,11 +12,11 @@ public static class CExampleSchemaVData_PolymorphicBase {
public const nint m_nBase = 0x8; // int32_t
}
public static class CExampleSchemaVData_PolymorphicDerivedA {
public static class CExampleSchemaVData_PolymorphicDerivedA { // CExampleSchemaVData_PolymorphicBase
public const nint m_nDerivedA = 0x10; // int32_t
}
public static class CExampleSchemaVData_PolymorphicDerivedB {
public static class CExampleSchemaVData_PolymorphicDerivedB { // CExampleSchemaVData_PolymorphicBase
public const nint m_nDerivedB = 0x10; // int32_t
}
@@ -45,6 +45,9 @@ public static class CSchemaSystemInternalRegistration {
public const nint m_KV3 = 0x170; // KeyValues3
}
public static class InfoForResourceTypeCResourceManifestInternal {
}
public static class ResourceId_t {
public const nint m_Value = 0x0; // uint64_t
}