cs2-dumper/output/host_dll.hpp

27 lines
686 B
C++
Raw Normal View History

2024-08-20 21:18:56 +08:00
// 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
}
}
}
}