cs2-dumper/generated/host.dll.hpp

11 lines
225 B
C++
Raw Normal View History

2023-09-08 15:59:09 +08:00
#pragma once
#include <cstddef>
namespace CAnimScriptBase {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
2023-09-08 15:59:09 +08:00
}
namespace EmptyTestScript {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam< float32 >
2023-09-08 21:13:40 +08:00
}