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:56.770275800 UTC
* 2023-10-18 10:31:51.044401200 UTC
*/
#pragma once
@@ -11,6 +11,6 @@ namespace CAnimScriptBase {
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
}
namespace EmptyTestScript {
namespace EmptyTestScript { // CAnimScriptBase
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float>
}