mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Update generated files
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user