add older offsets

This commit is contained in:
GOffrier-DEV
2024-08-20 15:18:56 +02:00
parent 5e7a138c93
commit 2b306cd1c7
81 changed files with 161686 additions and 0 deletions

26
output/host_dll.hpp Normal file
View File

@@ -0,0 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-08-19 23:33:08.462588500 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: host.dll
// Class count: 2
// Enum count: 0
namespace host_dll {
// Parent: CAnimScriptBase
// Field count: 1
namespace EmptyTestScript {
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float32>
}
// Parent: None
// Field count: 1
namespace CAnimScriptBase {
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
}
}
}
}