mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Add timestamp to generated files
This commit is contained in:
@@ -1,18 +1,21 @@
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-02 15:54:54.167523200 UTC
|
||||
|
||||
public static class CExampleSchemaVData_Monomorphic {
|
||||
public const nint m_nExample1 = 0x0; // int32
|
||||
public const nint m_nExample2 = 0x4; // int32
|
||||
public const nint m_nExample1 = 0x0; // int32_t
|
||||
public const nint m_nExample2 = 0x4; // int32_t
|
||||
}
|
||||
|
||||
public static class CExampleSchemaVData_PolymorphicBase {
|
||||
public const nint m_nBase = 0x8; // int32
|
||||
public const nint m_nBase = 0x8; // int32_t
|
||||
}
|
||||
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedA {
|
||||
public const nint m_nDerivedA = 0x10; // int32
|
||||
public const nint m_nDerivedA = 0x10; // int32_t
|
||||
}
|
||||
|
||||
public static class CExampleSchemaVData_PolymorphicDerivedB {
|
||||
public const nint m_nDerivedB = 0x10; // int32
|
||||
public const nint m_nDerivedB = 0x10; // int32_t
|
||||
}
|
||||
|
||||
public static class CSchemaSystemInternalRegistration {
|
||||
@@ -41,5 +44,5 @@ public static class CSchemaSystemInternalRegistration {
|
||||
}
|
||||
|
||||
public static class ResourceId_t {
|
||||
public const nint m_Value = 0x0; // uint64
|
||||
public const nint m_Value = 0x0; // uint64_t
|
||||
}
|
||||
Reference in New Issue
Block a user