Add timestamp to generated files

This commit is contained in:
a2x
2023-10-03 02:00:52 +10:00
parent 338bcde14e
commit 5d4778ebeb
60 changed files with 16048 additions and 15839 deletions

View File

@@ -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
}