1
0
mirror of https://github.com/a2x/cs2-dumper.git synced 2025-04-04 14:55:35 +08:00
2025-02-27 21:50:17 -03:00

27 lines
683 B
C++

// Generated using https://github.com/a2x/cs2-dumper
// 2025-02-28 00:46:50.110041 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
}
}
}
}